Header phone design

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.

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;
}
}