remove search box at the top or keep it aligned with the rest of the menu button

updated to the latest theme! how do i remove the search button on the top where the menu is, or put it in the same line as the menu buttons? it’s taking up extra space at the top.

bel
belaroundtheworld.com

Hi @bel,

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

You can remove it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.nav-search {
    display: none;
}

Best Regards,
Movin