Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #808482

    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

    #808505

    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

    #808724

    I added it but it didn’t work….

    #808769

    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

    #808789

    That worked great. Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Nav Button Cutting Off’ is closed to new replies.