How to fit the search icon on the menu bar?

hey. confused about the menu spacing. how to fit the search icon on the main menu display?

right now it gets squeezed underneath. not sure what the proper approach is

Hi Peter,

Thank you for reaching out to us. To fix the search icon position issue, please add the following code in the Theme Options > CSS:

.x-menu-item.x-menu-item-search {
    display: inline-block;
    vertical-align: top;
    margin-top: 19px;
}
.x-menu-item.x-menu-item-search .x-btn-navbar-search {
    color: #fff;
    padding: 10px
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.