Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
This is an accepted solution.
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;
}
This is an accepted solution.
Hi,
If you want to add more space for pink area. You can go to customize to update setting
Hi @collins276 ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Remove code line 3354 code below:
.card__inner {
height: 86vh !important;
}
4. Go to customize theme Update image ratio to "adapt to image"
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?
This is an accepted solution.
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;
}
Thank you!!!
Can you help me to expand this pink area too?
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😊
This is an accepted solution.
Hi,
If you want to add more space for pink area. You can go to customize to update setting
Thank you😀
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