Align text body with text title on Collapsible row product page

Hello,

I’m trying to align the body text with the title text on a collapsible row (Dawn Theme) on my product page.

Below is the default look with the body text off to the right.

Has anyone come across this and got a possible fix?

Thank you!

Hello @g30_2a .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

Hey @g30_2a

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

Hi @g30_2a

Would you mind to share your store URL? Thanks!

Can I send it you in a private message?

The website is live, no password etc

Hey @g30_2a

Yes you can message me privately.

https://he-fe.com/products/deo-serum

@g30_2a

Did you already solved the problem? if not check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.product__accordion .accordion__content {
    padding-left: 0 !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Works perfectly!

Thank you so much.