Shopify themes, liquid, logos, and UX
MY STORE How do I make it 2:3 instead of those big boxes please help !! and thank you
Solved! Go to the solution
This is an accepted solution.
Hi @jehadz15
The curent size of the Variant Image are 60x60.
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:
.media-swatch {
width: 50px;
height: 70px;
}
And Save.
Result:
If its not working, you add !important.
.media-swatch {
width: 50px !important;
height: 70px !important;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
do you mean two image in row? like this?
x x
x x
x x
x x
x
No sir, I want each variant to not be a 1:1 square but a 2:3 portrait and also smaller! thank you
smaller will allow more item in each row and will shortage height of the container, how about this: I adjust width from 60px to 40px and made 2:3 ratio
This is an accepted solution.
Hi @jehadz15
The curent size of the Variant Image are 60x60.
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:
.media-swatch {
width: 50px;
height: 70px;
}
And Save.
Result:
If its not working, you add !important.
.media-swatch {
width: 50px !important;
height: 70px !important;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much !
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024