How can I relocate my search bar from right to left?

Hi,

I need some help getting my sidebar from Right to left.

I just want to move it a bit on the desktop so that I can squeeze a wishlist icon between the account Icon and the search bar.

On mobile, I would like to have it on the other side beside the menu.

I appreciate any help. Thanks in advance!

Hi @NoahOnyejese
Is your theme support for the wishlist function?
To move the icon position is simple to do.
Firstly, please share your store url, then we can check it and give you some advise

Hello @NoahOnyejese

Could you share your store URL SO that i can review it?

www.jaglion.co.uk

The Password is JAGLION1/.

Let me know when you’re done.

www.jaglion.co.uk

The Password is JAGLION1/.

www.jaglion.co.uk

The password is JAGLION1/.

Here is a better understanding of what I’m trying to do.

On desktop

On Mobile

@NoahOnyejese
Hello,

@media screen and (max-width: 749px) {
.header__icon.header__icon--search.header__icon--summary {
	position: absolute;
	left: 8%;
}
}

Add this CSS at the bottom of Online Store-> Theme->Edit code->Assets->base.scss.liquid

Like This

Thanks so much.

It didn’t work for me tho. I copy and pasted this code under base.css

It didn‘t really work I pasted it into base.css at the very bottom. I tried to create a base.scss.liquid file but my theme doesn‘t support scss or scss.liquid files.

Hi @NoahOnyejese
Better way To fix it I think we need to change your theme code.
Please contact with us, we can help you then we can publish the solution on this topic