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

    Dear Support Team,

    I have a small question.
    I have included in my main navigation the search-icon. That looks great! However, if I go out with the mouse (mouse over) it sticks at the right edge. Is it possible to make the icon center, or on the right of the icom more space?

    I tried this code, but it is not as desired:

    #top #menu-item-search {
     padding-right: 20px
    }

    I hope you can help me and thank you.
    Best regards

    #682233

    Hey LorbeerDesign,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
        padding-right: 13px;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #682536

    Hi Yigit,
    wonderful! Now the navigation is perfect!

    Thanks and Regards :-)

    #682618

    Hi,

    You are welcome, glad we could help! :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center search-icon in top-navigation’ is closed to new replies.