Solved

change logo position only in mobile version

aus-10188
Tourist
14 0 2

Hi,

 

For Web version, logo sitting on the left which is good.

 

aus10188_0-1647493222814.png

However, when we turn to mobile version, the logo sitting in the middle.

aus10188_1-1647493319841.png

 

 

is that possible to change logo to left on mobile version?

 

thanks

cecilia 

Accepted Solution (1)

AvadaCommerce
Shopify Partner
3879 839 955

This is an accepted solution.

Hi @aus-10188 ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste below code at the bottom of the file:

@media (max-width: 749px) {
    .header {
            grid-template-areas: "heading left-icon icons" !important;
            grid-template-columns: 1fr 1fr 1fr !important;
    }
    header-drawer {
        justify-self: end !important;
    }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned

View solution in original post

Replies 6 (6)

ZestardTech
Shopify Expert
5393 971 1293

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
aus-10188
Tourist
14 0 2

www.ahly.com.au 

 

thanks

AvadaCommerce
Shopify Partner
3879 839 955

This is an accepted solution.

Hi @aus-10188 ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste below code at the bottom of the file:

@media (max-width: 749px) {
    .header {
            grid-template-areas: "heading left-icon icons" !important;
            grid-template-columns: 1fr 1fr 1fr !important;
    }
    header-drawer {
        justify-self: end !important;
    }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned
aus-10188
Tourist
14 0 2

Thanks! it works!

 

aus-10188
Tourist
14 0 2

Hi,

 

Can you please advise if we can change menu button to right and remove checkout button?

 

aus10188_0-1647569511815.png

 

thanks

 

lily-xp
Excursionist
13 3 2

@aus-10188 I think this can be resolved by having a mobile menu app. Have you tried to search for one?