How can I align text width with image width in my collection description?

Solved

How can I align text width with image width in my collection description?

miltokas
Explorer
86 0 23

Hi all,

I have the following issue in my page, the text width of the Collection description is not at the same width as the images in the gallery.

How can I make them the same width?

The website is www.vengastore.com

 

 

 

miltokas_0-1699276855417.png

 

Accepted Solution (1)

Moeed
Shopify Partner
4969 1317 1599

This is an accepted solution.

Hey @miltokas 

 

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>
.collection-hero__description {
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1699277787304.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
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
4969 1317 1599

This is an accepted solution.

Hey @miltokas 

 

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>
.collection-hero__description {
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1699277787304.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
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️