All things Shopify and commerce
Hello guys, how can I adjust the space between these 2 sections only for mobile.
Solved! Go to the solution
This is an accepted solution.
Hello @NikosBat
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width:767px){
.section-template--22800324755788__multicolumn_YbEyci-padding{
padding-bottom: 3px !important;
}
#shopify-section-template--22800324755788__multicolumn_YbEyci .multicolumn-card__info{
padding-bottom: 0 !important;
}
}
</style>
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @NikosBat
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width:767px){
.section-template--22800324755788__multicolumn_YbEyci-padding{
padding-bottom: 3px !important;
}
#shopify-section-template--22800324755788__multicolumn_YbEyci .multicolumn-card__info{
padding-bottom: 0 !important;
}
}
</style>
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Thank you very much Tech_Coding that has solved my problem
Hi @NikosBat
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
@media(max-width:749px){
.page-width.section-template--22800324755788__multicolumn_YbEyci-padding.isolate.scroll-trigger.animate--slide-in {
padding-bottom: 10px !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!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025