Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #443411

    The search Icon in the main navigation is not centered within the hover area. I have seen another post that you guys recommended adding: .html_main_nav_header #top .main_menu .menu > li:last-child > a, .html_bottom_nav_header #top #menu-item-search > a:hover { padding-right: 12px !important; }

    I did that but it did not help enough and if I make it larger padding then it jumps to 2 lines.

    Below is a link to my site.

    Please let me know if you have any suggestions.

    #444659

    Hey sublime5o

    Sorry for the late reply! Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_bottom_nav_header #top #menu-item-search>a {
      padding-right: 35px;
    }
    #header #header_main_alternate .container {
      padding: 0 40px;
    }

    Regards,
    Yigit

    #445082

    That does not help. This breaks the nav on 2 lines now and still isnt centered…..

    #445713

    Hi!

    Please add following code instead

    .html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown {
      float: left;
    }
    .html_bottom_nav_header #top #menu-item-search>a {
      padding-right: 30px;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.