How do I decrease the space beneath the text on a multirow?

Solved

How do I decrease the space beneath the text on a multirow?

lukafernada
Excursionist
137 2 51

I want to decrease the spaces shown here, only on mobile:

Image 26-09-2024 at 11.59.jpegImage 26-09-2024 at 11.58 (2).jpegImage 26-09-2024 at 11.58.jpeg

Accepted Solution (1)

Moeed
Shopify Partner
5519 1496 1787

This is an accepted solution.

Hey @lukafernada 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.collapse-padding .image-with-text__grid .image-with-text__content {
    padding-bottom: 10px !important;
}
}
</style>

RESULT:

Moeed_0-1727349359440.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
5519 1496 1787

This is an accepted solution.

Hey @lukafernada 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.collapse-padding .image-with-text__grid .image-with-text__content {
    padding-bottom: 10px !important;
}
}
</style>

RESULT:

Moeed_0-1727349359440.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Rahul_dhiman
Shopify Partner
564 113 110

Hello @lukafernada 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-image-with-text.css
add this code at the end of the file.

@media screen and (max-width: 749px) {
.collapse-padding .image-with-text__grid .image-with-text__content {
padding-top: 15px !important;
padding-bottom: 15px !important;
}
}

result
16.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

Sangeetanahar
Explorer
541 36 69

hello @lukafernada 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->component-image-with-text.css...> add the code end of the file

 

@media screen and (max-width: 749px) {
    .collapse-padding .image-with-text__grid .image-with-text__content {

        padding-bottom: 0px;
    }
}

Cheffings-09-26-2024_05_06_PM.png

 

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here