Title: Editing Menu &#8212; adding seperators into menu
Last modified: August 22, 2016

---

# Editing Menu — adding seperators into menu

 *  [Krupesh](https://wordpress.org/support/users/krupesh/)
 * (@krupesh)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/editing-menu-adding-seperators-into-menu/)
 * Hello
 * I am trying to figure out how i can customize my menu so that i can either put
   in separators or divide the menu into 2 with a bit of a gap in between.
 * My site is listed below, but what i would like to do is either separate the First
   5 options from the last 2 with a ” || ” or align the first 5 to the left and 
   the last 2 to the very right.
 * Is there some way to do this using CSS (i don’t know much (or any) of coding 
   but can follow instructions)
 * I appreciate the help
 * thank you
 * — [http://trailheadontario.com/](http://trailheadontario.com/)

Viewing 1 replies (of 1 total)

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/editing-menu-adding-seperators-into-menu/#post-5538111)
 * Go to the Miscellaneous section of the theme’s settings page and copy & paste
   these two CSS rules to the Custom CSS field:
 *     ```
       #menu-item-4815 {
          border-right: 2px solid gray;
          margin-right: 10px;
       }
   
       #menu-item-4823 {
          border-left: 1px solid gray;
       }
       ```
   
 * The first rule adds a line to the right of the fifth menu item, and adds 10px
   of spacing to the right. The second rule adds a line to the left of the sixth
   menu item. Adjust the values (color, margin spacing) as you prefer.

Viewing 1 replies (of 1 total)

The topic ‘Editing Menu — adding seperators into menu’ is closed to new replies.

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 1 reply
 * 2 participants
 * Last reply from: [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/editing-menu-adding-seperators-into-menu/#post-5538111)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
