HOW TO MOVE SEARCH BAR ?

Hello,

I would like to move the search bar at the top right (photo 1) to put it higher up next to the menu but to the right (photo 2) without the menu moving.

Thank you for your help

Hi @sarah91,

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

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Best Regards,
Movin

Hi,

My website is http://seiraz.com/

Thank you

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 -> Customize -> Additional CSS

.nav-search {
    position: absolute;
    right: 15px;
    top: 0;
}