Hello,
I’d like to apply the following styling to my submenu items (in the href elements) using the general styling css section. Can you provide some help?
style=”padding-left: 0px; padding-right: 0px;”
Hi tommoore!
Thanks for getting in touch with us!
You can try the following CSS code. Please add it to your custom CSS file or in the Quick CSS field in the theme options under the General styling tab:
#top .av-main-nav ul a {
padding-left: 0px !important;
padding-right: 0px !important;
}
Best regards,
Jordan
I was able to get it with this css. It’s a submenu.
#top .av-subnav-menu > li > a {
padding: 0px 0px 0px;
font-size: 1.3em;
}
Hey!
Glad you got it to work with your own code!
Best regards,
Jordan