All Collections
FAQ Shopify
Published Shopify page too narrow?
Published Shopify page too narrow?
Aleks avatar
Written by Aleks
Updated over a week ago

You've published your Shopify page but it looks too narrow? It happens due to some Shopify theme CSS miscommunication.
Here is some advice on how to make it look beautiful.

  1. Click on click on gear button on your project.

2. Then select Styles tab and paste the following code in the opened window and click on Save.

@at-root {
.container {
max-width: none!important;
}

.case_study {
max-width: none!important;

.article__body  {
max-width: none!important;
}

.ddr-page-wrapper a img {
max-width: none!important;
}
}
}

That's it! Clear the cache and see the desired view of the page.

Feel free to reach us if you have any additional questions!

Did this answer your question?