Hi,
In my main navigation, whatever the last one is has the background color cut off. In the link below you will be able to see what I mean by clicking on the “HOME” button in the main navigation.
Thx
Hey envisageiam,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a {
padding-right: 13px !important;
}
.html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx {
padding-right:0px !important;
}
Best regards,
Sarah
I added it but it didn’t work….
Hi,
Try adding the following to quick css:
#menu-item-643 a{
padding:0 20px!important;
}
.avia-menu-fx{
padding-right:0px!important;
}
Best regards,
Jordan Shannon
That worked great. Thank you!