We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Header phone design

Solved

Header phone design

Disci
Excursionist
24 0 10

Hi! 

Website: discinetherlands.com

Password: joepjoep


I want the logo on the phone in the top left instead of the middle. 

On the right (still on phone) I want the three stripes of the menu on the far right and left next to it I want the cart/bag, but instead of an icon i want it to say BAG(0) just as on the desktop.

Thanks in advance.

Accepted Solution (1)

namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @Disci,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

@media screen and (max-width: 699px) {
.header {
    --header-grid: "logo secondary-nav primary-nav" / minmax(0, 1fr) auto auto !important;
}
}

 

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Reply 1 (1)

namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @Disci,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

@media screen and (max-width: 699px) {
.header {
    --header-grid: "logo secondary-nav primary-nav" / minmax(0, 1fr) auto auto !important;
}
}

 

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com