Hi,
I am trying to change the size of these images , the padding/margins between each image, add 6.4px corner radius to each image, and I would like to move the text underneath higher so there is less spacing between them.
I would like to make the images the same size as the other square images on the page above.
Page: Home Page
Please advise
URL: www.atmos.art
Hi @atmos-art
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hi @atmos-art ,
- Go to Online Store → Theme → Edit code.
- Open your theme.css / based.css file and paste the code in the bottom of the file.
@media screen and (min-width: 750px) {
.background-none .multicolumn-card__image-wrapper {
margin-left: 0rem !important;
margin-right: 0rem !important;
}
.section-template--25002931257667__multicolumn_CykXMW-padding .grid {
column-gap: 8px !important;
}
}
.section-template--25002931257667__multicolumn_CykXMW-padding img.multicolumn-card__image {
border-radius: 6.4px !important;
}
.section-template--25002931257667__multicolumn_CykXMW-padding .multicolumn-card__info {
padding-top: 0px !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales!
(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
1 Like
Hi this works great, thank you!
Hi, thank you for your help. The code provided by Topnewyork seems to have worked for what I am looking for.