Search bar customization

Hi, i have added a search bar to the nav bar with the help of a plugin. The only problem is how the search bar is showing up. I want it to be vertically centered and a bit to the left. Help me …

Hi @zorawar,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS


li.bop-nav-search.menu-item.menu-item-type-search {
    padding-top: 13px;
    margin-left: 15px;
}

Best Regards,
Movin

thank you very much, it worked !!

You are most welcome here :slight_smile: