New Shopify Certification now available: Liquid Storefronts for Theme Developers

Dawn: custom liquid with the same page width as the rest of the page

Solved
bellerophon
Tourist
6 0 0

Dear Community,

 

I'm trying to enrich my product pages (Theme Dawn) with custom liquid. In fact, I want to put the {{ product.description }} outside of the product-information section, so that the images are not so prominent.

 

My problem is now, that the custom liquid part does not follow the general settings for the max width of the content part of the page. I have put this to 1400px, but the custom liquid section is going full width, without any padding left and right.

 

Is there a way to edit the code of the theme to make the custom liquid section follow the defined standard width?

 

Thanks a lot!

Accepted Solutions (2)
Dan-From-Ryviu
Shopify Partner
5679 1047 1073

This is an accepted solution.

Hi, please try to change your code to this and check again 

<div class="page-width">{{ product.description }}</div>

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Dan-From-Ryviu
Shopify Partner
5679 1047 1073

This is an accepted solution.

Please add this CSS code to Custom CSS of that section to solve the issue 

.gradient { margin: 0 auto; }

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 10 (10)
bellerophon
Tourist
6 0 0

Any hint how?

Dan-From-Ryviu
Shopify Partner
5679 1047 1073

This is an accepted solution.

Hi, please try to change your code to this and check again 

<div class="page-width">{{ product.description }}</div>

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

bellerophon
Tourist
6 0 0

Thanks a lot, @Dan-From-Ryviu! That was half the way 🙂 the content size now fits, but the padding is missing (as you can see in the picture). The content frame centered for the product information, but the content liquid is not taking that. Is there a class for that as well?

 

bellerophon_0-1698135965802.png

 

Dan-From-Ryviu
Shopify Partner
5679 1047 1073

Could you share you page to check?

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

bellerophon
Tourist
6 0 0

Sadly I can't, because the shop is not yet published / is still password protected. Is there any way to share this with you? Copying the source code?

Dan-From-Ryviu
Shopify Partner
5679 1047 1073

Please share a preview link 

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

Dan-From-Ryviu
Shopify Partner
5679 1047 1073

This is an accepted solution.

Please add this CSS code to Custom CSS of that section to solve the issue 

.gradient { margin: 0 auto; }

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

bellerophon
Tourist
6 0 0

Awesome - that worked perfectly! Thanks for pushing my Shopify-knowledge to a new level - I understand why this didn't work properly.

 

kudos!

Dan-From-Ryviu
Shopify Partner
5679 1047 1073

You are very welcome!

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now