Home>Support>Origami, Insert horizontal separator on vertical menu.

Origami, Insert horizontal separator on vertical menu.

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hello
Last think I need on the menu part.
Can I have a separator line on a vertical menu?
I have seen ways to add a top or bottom line on each item but that’s not what i want.
I want to group a 12 items vertical one in two blocks 4 and 8. I just want a dotted or hairline to separate them.
I add the capture of the current menu state.
Thanks

URL: http://imgur.com/9d0By9A

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Eugeni

    Give this a try under Appearance > Custom CSS and see how that goes:

    #menu ul li {
    border-right: 1px dotted #ccc;
    }
    
    #menu ul li:last-of-type {
    border-right: none;
    }
    
    #menu ul ul li { 
    border-right: none;
    }
    
  2. 10 years, 10 months ago Eugeni Macia

    Hello Andrew
    Thats what I found and is not what I want to get. The menu is a vertical one and I dont want the line to appear on each item, just on selected place. For what I know I may do it for the first and last item on the menu list, but is there a way to put it on middle?
    http://imgur.com/kOmX7Uv

  3. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Ok, with you. You might try:

    #menu ul ul li:nth-of-type(n) { 
    border-bottom: 1px solid #ccc;
    }
    

    Replace the last (n) with the list item number you want to target.

  4. 10 years, 10 months ago Eugeni Macia

    Thank you again Andrew. Solved and working once more, now I can go to the contents part.

    Just one last thing, is ok a credit like that for you? I link to SiteOrigin home page.
    http://imgur.com/ndSgtGG

  5. 10 years, 10 months ago Greg Priday
    Hi, I Work Here

    Hi Eugeni

    Those credit links are very much appreciated! :)

  6. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Glad that helped. Thanks very much for the credit it’s most appreciated.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More