How to align product image and information display on collection pages?

Solved

How to align product image and information display on collection pages?

gayled
Tourist
16 0 2

We are using turbo-portland theme, how do we fix the size of the products so that they all display in the same size box, as we have different title sizes and  image size so this can effect how the products align on the collection page. 

 

gayled_0-1713794037573.png

 

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
8230 1975 2419

This is an accepted solution.

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product-list .thumbnail, .slider-gallery .thumbnail, .list-collections .thumbnail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

 

And Save. 

Result:

Made4uoRibe_0-1713798417445.png

 

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 7 (7)

Made4uo-Ribe
Shopify Partner
8230 1975 2419

Hi @gayled 

Would you mind to share your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
gayled
Tourist
16 0 2
Made4uo-Ribe
Shopify Partner
8230 1975 2419

This is an accepted solution.

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product-list .thumbnail, .slider-gallery .thumbnail, .list-collections .thumbnail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

 

And Save. 

Result:

Made4uoRibe_0-1713798417445.png

 

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
gayled
Tourist
16 0 2

thank you for your help!, so this seemed to work, except for the first product on the page!

gayled_0-1713799453167.png

do i need to add anything else? 

 

 

PageFly-Henry
Shopify Partner
1184 335 289

Hi @gayled 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file styles.css

Step 3: Paste the below code at bottom of the file -> Save

 

[itemprop="name"] {

    min-height: 60px !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

gayled
Tourist
16 0 2

I have managed to get most of the products aligned on the collections page, however, the first product on every page is slightly out of alignment. 
RC Aircraft - Access Models

its the same on every collection page. 

gayled_0-1713806625986.png

 

 

gayled
Tourist
16 0 2

this is now resolved, the issue was caused by the trust bear badges app, we have uninstalled and its fixed it, thanks @Made4uo-Ribe