What's your biggest current challenge? Have your say in Community Polls along the right column.

Remove product description padding in Dawn theme 15.2.0

Solved

Remove product description padding in Dawn theme 15.2.0

supaanpanman
Tourist
7 0 1

Hi,

There's obviously some kind of padding in the description disabling my table to display properly as per circled blue line. How can I change this to extend?copy over 2.png

Accepted Solution (1)

dannyelo
Shopify Partner
188 38 39

This is an accepted solution.

Got to assets/base.css and paste this code at the bottom.

.product__description.rte.quick-add-hidden table {
  width: 100% !important;
}
❤️ Enjoyed my Shopify customization assistance? If I've helped you achieve your goals, consider showing your appreciation with a coffee tip! It means the world to me! ️ Thank you!
Buy me a coffee here

View solution in original post

Replies 4 (4)

LizHoang
Shopify Partner
285 35 61

Hi @supaanpanman , 

 

Can you share with me the store URL to check on it ? 

 

Thank you. 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
supaanpanman
Tourist
7 0 1
Hello, here you go: https://okkako.com/

Moeed
Shopify Partner
6357 1722 2083

Hey @supaanpanman 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.rte table {
    width: 100% !important;
}
</style>

RESULT:

Moeed_0-1731000096944.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


dannyelo
Shopify Partner
188 38 39

This is an accepted solution.

Got to assets/base.css and paste this code at the bottom.

.product__description.rte.quick-add-hidden table {
  width: 100% !important;
}
❤️ Enjoyed my Shopify customization assistance? If I've helped you achieve your goals, consider showing your appreciation with a coffee tip! It means the world to me! ️ Thank you!
Buy me a coffee here