Re: How to do decrease the space between Image and Text in a Section?

Solved

How to do decrease the space between Image and Text in a Section?

NikosBat
Trailblazer
449 1 93

Hello guys, how can I decrease the space between Image and text in this section?

 

1.png

Accepted Solution (1)
Sandeep81
Shopify Partner
126 18 22

This is an accepted solution.

Hi,

Please add  below CSS in base.css file

 

.multicolumn-card__info {
 padding-top: 1rem !important;
} 
Hey if it works, please give a Like or mark it as a solution.
Please Let me Know if not solved.
Here I am: sandeepkhandagade@gmail.com
Thanks & Regards
Sandeep

View solution in original post

Replies 5 (5)

Sandeep81
Shopify Partner
126 18 22

Hi 

Hi NikosBat,
Please provide the URL
 
Preview
 
 
 
Hey if it works, please give a Like or mark it as a solution.
Please Let me Know if not solved.
Here I am: sandeepkhandagade@gmail.com
Thanks & Regards
Sandeep
NikosBat
Trailblazer
449 1 93
Sandeep81
Shopify Partner
126 18 22

Hi,

Please add  below CSS in ase.css file

 

.multicolumn-card__info {
 padding-top: 1rem !important;
}
Hey if it works, please give a Like or mark it as a solution.
Please Let me Know if not solved.
Here I am: sandeepkhandagade@gmail.com
Thanks & Regards
Sandeep
Sandeep81
Shopify Partner
126 18 22

This is an accepted solution.

Hi,

Please add  below CSS in base.css file

 

.multicolumn-card__info {
 padding-top: 1rem !important;
} 
Hey if it works, please give a Like or mark it as a solution.
Please Let me Know if not solved.
Here I am: sandeepkhandagade@gmail.com
Thanks & Regards
Sandeep
NikosBat
Trailblazer
449 1 93

Thank you Sandeep81, that has solved my problem!