Site logo

[Resolved] Divider Lines & Menu Categories

Home Forums Support [Resolved] Divider Lines & Menu Categories

Home Forums Support Divider Lines & Menu Categories

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2456171
    John

    Hey guys,

    How can I about adding divider lines separating the different menu categories, similarly to the site: site1, as well as adding a vertical divider line separating post content and the right sidebar like the site: site2 ?

    Thanks!

    #2456215
    David
    Staff
    Customer Support

    Hi there,

    This for the nav lines:

    
    /* horizontal lines */
    .main-navigation {
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
    }
    /* vertical dividers */
    .main-navigation .main-nav ul li a {
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
    }

    And this for to run a border down the right sidebars left hand edge:

    .is-right-sidebar {
        border-left: 1px solid #ededed;
    }
    #2456275
    John

    It worked flawlessly. Thank you, David!

    #2456345
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.