What's your biggest current challenge? Have your say in Community Polls along the right column.

Show Customer account on mobile and placing the search and account icon on the left (Shopify Dawn )

Show Customer account on mobile and placing the search and account icon on the left (Shopify Dawn )

LarsSchumi
Tourist
12 0 2

Hey,

Is it possible to show the customer account symbol and the search symbol on the left. Logo needs to be in the middle as it is now.

Example of how i want it:

Scherm­afbeelding 2024-11-03 om 14.05.26.png

How i have it now:

Scherm­afbeelding 2024-11-03 om 14.08.25.png

You would help me a lot thanks!

Replies 2 (2)

Dawood_Mirza_
Trailblazer
135 18 29

Please share your store URL,
Modifying Header.liquid file will help
Have you ever changes anything in that file let me know?

BR
Dawood Mirza

Want to work with me - dawoodmirzabusiness@gmail.com
Don't forget to like and mark it as Solution if it was helpful to you.

LizHoang
Shopify Partner
280 33 59

Hi @LarsSchumi, thanks for your question.

 

In this case, you can consider editing code in your Theme. Please go to Shopify admin > Theme > Edit code > insert the below custom CSS at the end of the base.css code: 

 

@media screen and (max-width: 767px) {

.header__search {

     position: absolute;

     left: 100px !important;

}

.header__search:has(details[open='true']) {

     position: initial !important;

}

.header__icon--account.small-hide {

     display: block !important;

     position: absolute;

     left: 70px;

}

svg.icon.icon-account {

     height: 4.4rem !important;

}

 

This is the expected result: https://prnt.sc/U1jb9OUVoZ2q

 

I hope it'll be helpful.

 

Liz.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program