Remove product description padding in Dawn theme 15.2.0

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?

Hi @supaanpanman ,

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

Thank you.

Hello, here you go: https://okkako.com/

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 tag


RESULT:

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

Best Regards,
Moeed

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

.product__description.rte.quick-add-hidden table {
  width: 100% !important;
}