Good day Shopify Community!
May I seek your suggestion on how I can maximize the page-width?
I have been trying to modify the base.css file but no luck so far
with this code :
Let me know if you need my store and password!
Ill email it to you guys
Thanks!
Hi @shraddha_patel do you have an email where I can send the credentials? thanks
Just sent you an email @shraddha_patel
Thanks!
Hello,
Please add below css to your custom css block in theme settings.
Let me know how it turned out.
.page-width{
width: 100%;
padding: 0 !important;
}
Thank you
1 Like
Thanks @shraddha_patel !
That did the trick! Iām now seeing 100% width
1 Like