Dawn Theme | Any suggestion on how I can modify page-width and make it full?

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!

Hello,

Please send store url

1 Like

Hi @shraddha_patel do you have an email where I can send the credentials? thanks

Please use - zodiactechworld@gmail.com

1 Like

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