Hi there
I’m using the Shopify Simple Theme and currently, my menu bar on mobile view is in the middle of the web page. I’d like to move it to the top left corner as shown in the attached picture. I want the menu bar on the top left and the search bar in the top middle between menu and cart. Is this possible? How do I do it? My customers sometimes miss it if they immediately start scrolling.
1 Like
hii, @lookupdealsuk
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
1 Like
Hi,
Thanks for the prompt reply. It’s lookupdeals.co.uk
Regards
@lookupdealsuk
Do you want to like this?
Hi @Zworthkey ,
That looks much better but is it possible to have it like in this picture?
I would like it to say “Search Lookupdeals.co.uk”

Thanks.
1 Like
@lookupdealsuk
- Go to your store. Click on Actions > Edit Code 2. Go to Assets > theme.scss.liquid add below lines at the bottom of the file.
@media only screen and (max-width: 749px){
.mobile-menu-icon {position: absolute !important; top: 11%rem !important;}
.top-bar__search{margin-left: 9.5rem !important;}
}
Thanks!
1 Like
Hi @Zworthkey
It’s almost correct. Now, I just want the Search Loop on the left next to the Menu bar and it should say Search Lookupdeals.co.uk if possible.
Hi @dmwwebartisan
Thanks for that.
The Search Loop is in the middle but there is no Menu bar on the left, unfortunately. I would like to have a Menu bar in Top Left then next to it a Search Loop that says Search lookupdeals.co.uk and the Cart should stay in Top right. Please see attached photo, thanks 
My website Howtoquestion.com provides/answers a wide range of questions from how to negotiate for salary to questions like how to quit tobacco, how to fix lag in pubg mobile in a simple way, how to boycott China and why?
1 Like
Hi @Zworthkey ,
That’s perfect, that’s exactly what I want, thanks.
Is it possible to write “Search Lookupdeals.co.uk” instead of just “Search”?
Thanks 
1 Like
Hi @dmwwebartisan ,
What code needs to be edited to get this?