Dawn theme reduce product description width

Dawn theme reduce product description width

aneira55
Visitor
2 0 1

Product description is  too wide on page, how do I reduce. Using Dawn theme

Replies 5 (5)

Moeed
Shopify Partner
7512 2029 2495

Hey @aneira55 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


zack_dev
Shopify Partner
92 15 15

hi Aneira,

Go to Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme.liquid" file at the end paste this code .

<style>
@media(min-width:768px){

.product__description {
padding: 0 10%;
}

}

</style>

 

 



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

Made4uo-Ribe
Shopify Partner
10202 2422 3067

Hi @aneira55 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media screen and (min-width: 750px) {
    .product.grid .product__info-container {
        max-width: 30rem;
    }
}

 

  • And Save.
  • Result:
  • Made4uoRibe_1-1734627063730.png

    If not working, please share your store URL. Thanks!

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

aneira55
Visitor
2 0 1

What I should of added is, I have already added the below liquid code to the product page, to get the text to appear below the images:

{{ product.description }}

 

Dan-From-Ryviu
Shopify Partner
11708 2294 2476

Hi @aneira55 

Could you share your product page link so we can check?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.