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

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

Hi

Hi NikosBat,
Please provide the URL

Preview

1 Like

Hello Sandeep81, here is the url and password:

https://www.nistore.de/products/trendy-stainless-steel-multilayer-circle-twist-knot-earrings-for-women-texture-mixed-color-gold-plated-statement-earring-bijoux

nikthe

Hi,

Please add below CSS in ase.css file

.multicolumn-card__info {
padding-top: 1rem !important;

}

Hi,

Please add below CSS in base.css file

.multicolumn-card__info {
padding-top: 1rem !important;

}

1 Like

Thank you Sandeep81, that has solved my problem!