Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #408308

    Hi!
    I’ve got two questions:
    1) In the main menu, you gave me in other topic the next solution. The problem was that the last item was not highlighted correctly in the mouse over, but there’s a small detail in the underline, can this be fix?

    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a{
        padding-right: 13px;
    }

    2) The links in the footer have some space between them, is it possible to remove it? So it can look like the “Pages” widget.

    Thank you!

    #408352

    Hi C-LabMX!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
      padding-right: 0; 
    }
    .widget_nav_menu a {
    padding: 0; 
    }

    Regards,
    Yigit

    #408625

    Thanks a lot Yigit!
    Works great!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Main menu and links in footer’ is closed to new replies.