Why are my product images not aligning correctly on mobile?

Solved

Why are my product images not aligning correctly on mobile?

ZYYYYzz
New Member
6 0 0

Hello

 

On my mobile website, i noticed that my third product images is not aligned. But they look great on the desktop site. Could anyone help me with it? 

 

 

site: unicosofficial.com

theme: ella

Accepted Solution (1)

Solution_Expert
Shopify Partner
21 3 6

This is an accepted solution.

Hello,

This is Sam from Solution Expert.
Here is the solution:

Go to Themes > Edit code > Theme.liquid > at the bottom place this code before </body>

<style>
.template-index .product-block .halo-block .product{margin-top: 0 !important;}
</style>

Was our feedback valuable? Hit LIKE!
Want to get in touch? Mail us at hisolutionexpert@gmail.com

View solution in original post

Replies 2 (2)

Solution_Expert
Shopify Partner
21 3 6

This is an accepted solution.

Hello,

This is Sam from Solution Expert.
Here is the solution:

Go to Themes > Edit code > Theme.liquid > at the bottom place this code before </body>

<style>
.template-index .product-block .halo-block .product{margin-top: 0 !important;}
</style>

Was our feedback valuable? Hit LIKE!
Want to get in touch? Mail us at hisolutionexpert@gmail.com
ZYYYYzz
New Member
6 0 0

Thx, it worked! Appreciate for you help!