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
6596 1784 2169

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
9701 2306 2881

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

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
10792 2133 2250

Hi @aneira55 

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

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.