Hi,
I’d like to reduce the height of the columns in Multicolumn 2 section.
My url: https://189ee3-2.myshopify.com
Thank you guys.
Hi,
I’d like to reduce the height of the columns in Multicolumn 2 section.
My url: https://189ee3-2.myshopify.com
Thank you guys.
Hi @collins276 ,
May I suggest to update code these steps:
Go to Store Online-> theme → edit code
Assets/base.css
Remove code line 3354 code below:
.card__inner {
height: 86vh !important;
}
Or you can ignore Step 4 after go to Snippets/card-product.liquid update code likes the screenshot below
Hi @EBOOST
The image is in Multicolumn 2 (heading) section. Can you check it again?
Hi,
You can go to Assest/base.css after add code below to bottom of file
ul#Slider-template--16762544783542__multicolumn_znjWbh .media{
padding-bottom: 100%!important;
}
Hi,
You can add code below:
ul#Slider-template--16762544783542__multicolumn_znjWbh .multicolumn-card__info{
padding-bottom: 2.5rem;
}
The Pink area, not the White one. Can you check that again
Thank you