Making Images look even on pulse theme

Markssxx
Pathfinder
130 1 34

Hi everyone. I noticed that my images are not fully aligned and it looks odd. Is there a way to make sure they are all the same. Someone said edit the product descriptions.

Replies 6 (6)
Artzen_tech
Shopify Partner
521 105 105

Hello @Markssxx 
Its Artzen Technologies! We will be happy to help you today.

PLease send me your store url, if applicable, the Password too.
Also can you please provide me a screenshot of your issue?.

Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
Markssxx
Pathfinder
130 1 34

Thank you. Here is my url https://click-a-gift.com/collections/guys-gifts

if you send a collaboration request I can send you. 

David_SHT
Trailblazer
605 123 119

Hi @Markssxx ,

This is David at SalesHunterThemes.

I read your problem and it seems that I need to analyze your website to provide the solution here.

Would you please share your website URL

if your website is password protected then also provide the password.

David | SalesHunterThemes team.

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

Markssxx
Pathfinder
130 1 34

https://click-a-gift.com Password is Howard11 thanks

David_SHT
Trailblazer
605 123 119

Hi @Markssxx ,

You can try to follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Assets folder -> theme.liquid file.

Add the following code in the bottom of the file above </body> tag

 

<style>
.collection-grid__wrapper .image-wrap {
  padding-bottom: 100% !important;
}
.collection-grid__wrapper .image-wrap img {
  object-fit: contain !important;
  aspect-ratio: 1 !important;
}
</style>

 

David_SHT_0-1695788385215.png

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

David | SalesHunterThemes team

 

 

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

Markssxx
Pathfinder
130 1 34

Hi David, I tried but it was too technical. (