Shopify themes, liquid, logos, and UX
Hi,
can someone help me with the coding for the image padding and image height? I want to reduce the image padding so that images are bigger and closer together both on mobile and desktop viewing. And the product name texts to be just just below it. Without too many padding space.
The images should be all zoomed in and aligned to be filled in a fixed square shape
website: www.homeboss-shop.com
Hi @Allforloveteam,
I checked and it shows fine with squares. https://i.imgur.com/3KfSQKv.png
If you want to reduce the spacing, you can follow the instructions below. Go to Assets > theme.css and paste this at the bottom of the file:
#same_product_height #tt-pageContent .tt-product .tt-image-box {
height: auto !important;
}
Hope it helps!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024