Hi there,
Currently, we have a menu with 2 full-width seperators (borders) and between each menu a small seperator/border.
Screenshot of current menu: https://www.mlws.me/i/img-xR34YyR.png
However, I’d like to have the menu like the screenshot below (made in paint, that’s why Home and Contact don’t have right align). So, I’d like all seperators/borders in the menu to be the full width like the top and bottom border/seperator.
Screenshot of how I’d like the menu: https://www.mlws.me/i/img-kvFmv5v.png
I know about the Quick CSS function, I just don’t know the CSS code.
Thanks!
Hey Michael64142!
Add this to your custom CSS.
.html_header_sidebar #header .av-main-nav > li { margin-left: 0px !important; margin-right: 0px !important; }
.html_header_sidebar #header .av-main-nav > li > a { padding-left: 40px !important; }
Best regards,
Elliott
Hey, thanks!
Only, the menu does now show as in the second screenshot. ‘Home’ and ‘Contact’ have a wrong align.
Is it possible to align the seperator above Home and below Contact just as the other seperators?