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.
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
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
Thanks Elliott. Your answer to this issue worked perfectly! Consider this closed. Thank you so much.