Turnip
1
Hello,
We are hiding the price from certain featured collections. This works well, however, the code has hidden the bottom line of the swatch square.
Please see the Blue Sweatpants swatch at the bottom in the screenshot below. The lower part of the black selection box is missing (hidden).
Do you have any idea how we can fix this? Add an extra couple of pixels padding?
Many thanks!
Would you share your URL and passwd if it is hidden?
Turnip
3
Sure!
https://www.luxuryblanks.co.uk/ password: ialald
FYI - this is a mobile-only issue.
Many thanks!
Hi @Turnip ,
Go to Assets > theme.css and paste this at the bottom of the file:
@media screen and (max-width: 640px) {
.ProductList--grid>.Grid__Cell {
margin-bottom: 36px !important;
}
}
Hope it helps!
2 Likes