How to move Search Bar in Dawn theme

Hi Experts!

I am new to Shopify and I have an issue.

The Search Bar is currently displayed on top of my “Account” and “Cart” buttons and i need to move it.

I had a Shopify designer manually add the text next to these buttons so i think this is the root cause of the search bar being on top of them.

I would like to just move the search bar to the left of the two buttons where there is space for it.

Any advice?

ps. I am not a programmer but can copy/paste code if instructions are given :slightly_smiling_face:

Website: www.sourceofnature.eu

1 Like

@HHM

svg.modal__toggle-open.icon.icon-search {
    right: 60px !important;
    position: relative !important;
}

Add this code in base.css file.

1 Like

Thank you for the quick reply. It worked!

1 Like

@HHM
Kindly, like if helpful.