Align the description to the image on product page on dawn theme

Hello, good evening!

How can I align the description to the image on product page?

Please assist. Thank you!

This is sample page of the website - https://hx37vs-wy.myshopify.com/products/3d-mask-for-sleep-eye-mask-lights-blockout-soft-padded-sleeping-fabric-cover-shade-blindfold-eyepatch

Password: skohch

Thank you!

Hello @Mabinibooks ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code at the bottom:

section#shopify-section-template--17935582101672__custom_liquid_98BtFi .page-width {
    width: 65%;
}

If problem solved don’t forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

Thanks

1 Like

Hello, I’ve tried it, but unfortunately, it did not work

There is an error in your base.css file
You are using tag in css file which is completely wrong
First remove them and then my code will work.

1 Like

It worked, thank you! I’ve put the code above another custom code

Thank you so much, have a great Sunday!

1 Like