Tagged: fullwidth submenu
HI
I am looking at the fullwidth submenu for one of my pages, but it’s not quite centered.
I can see in the inspector that there are different margins (or padding?) on the left/right but I can’t see what is causing this.
Can you take a look?
I also would like to hide the borders and separators on the menu.
thanks
Nancy
Hey Munford,
Thank you for the link to your site please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.av-framed-box.page-id-110 .av-submenu-container {
left:0px;
border-style: none;
}
#top.av-framed-box.page-id-110 .av-subnav-menu > li > a {
border-left-style: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike