Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #347826

    We are using the Enfold boxed mode which is looking awesome. There is a request to provide menu divider/separators prior to the left of the first menu item as well as after the last menu item (bookends).

    Example: http://archive.wels.net/00MP/bookendsRequested.jpg

    How might this be coded in the Quick CSS? Thanks for your awesome theme and continued support.

    #347957

    Hey Julie!

    I believe that’s how it displays by default. Can you send us a link so we can take a look? You can mark your reply as private if you wish.

    Cheers!
    Elliott

    #347974
    This reply has been marked as private.
    #348219

    Hi!

    Ahh I see. It’s because your using ubermenu. Try adding this to your custom CSS.

    .ubermenu-nav > li:nth-last-child(2) a {
        border-right: 1px solid #e1e1e1 !important;
    }
    .ubermenu-nav > li:first-child > a {
        border-left: 1px solid #e1e1e1 !important;
    }

    Best regards,
    Elliott

    #348905

    Thanks Elliott. Your answer to this issue worked perfectly! Consider this closed. Thank you so much.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold boxed mode – menu divider/separator bookends’ is closed to new replies.