Change width on mobile

Change width on mobile

julianamachado
Excursionist
21 0 7

Hello, 

 

I have a code that worked for what I want on desktop (change the header width):

 

<style>

:root {

--page-width: 1660px !important;

}

</style>

(below <head> on theme.liquid)

 

Now I'm looking for the same code but for mobile because it only worked on desktop.

 

Thank you!

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
8230 1975 2419

Hi @julianamachado 

This is simple, but it can be difficult without seeing the problem. I'll be asking the store URL. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
julianamachado
Excursionist
21 0 7

Hello @Made4uo-Ribe , sorry for this late response

https://744a7e-66.myshopify.com/products/product
Password: 0202

Made4uo-Ribe
Shopify Partner
8230 1975 2419

Thanks for the info. For mobile, we can target specific widths, but it should remain responsive. Additionally, there isn't a fixed width for mobile; they usually just add padding to the left and right.

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
julianamachado
Excursionist
21 0 7

Can we remove/change the padding for mobile?