Adjust space between 2 section on mobile

Solved

Adjust space between 2 section on mobile

NikosBat
Navigator
475 1 104

Hello guys, how can I adjust the space between these 2 sections only for mobile.

Bildschirmfoto 2025-01-14 um 09.54.36.png

 

Accepted Solution (1)

Tech_Coding
Shopify Partner
520 133 131

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:

Tech_Coding_0-1736845431103.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Replies 3 (3)

Tech_Coding
Shopify Partner
520 133 131

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:

Tech_Coding_0-1736845431103.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
NikosBat
Navigator
475 1 104

Thank you very much Tech_Coding that has solved my problem

websensepro
Shopify Partner
2114 264 313

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:

websensepro_0-1736850780757.png

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!

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP