Minimize hight

Solved

Minimize hight

NikosBat
Excursionist
259 0 38

Hello friends, how can I minimize the hight of this section?

 

Bildschirmfoto 2024-12-28 um 17.39.20.png

Accepted Solution (1)

DaisyVo
Shopify Partner
2842 339 394

This is an accepted solution.

Hi @NikosBat 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

@media screen and (max-width: 768px){
.multicolumn-card.content-container .multicolumn-card__image-wrapper {
    padding-top: 0 !important;
}
.multicolumn-card.content-container .multicolumn-card__info {
    padding-block: 0 !important;
}
.multicolumn-card.content-container .multicolumn-card__info > .rte {
    margin-top: 0 !important;
}
}

 

Here is the result: image_480.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
2842 339 394

This is an accepted solution.

Hi @NikosBat 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

@media screen and (max-width: 768px){
.multicolumn-card.content-container .multicolumn-card__image-wrapper {
    padding-top: 0 !important;
}
.multicolumn-card.content-container .multicolumn-card__info {
    padding-block: 0 !important;
}
.multicolumn-card.content-container .multicolumn-card__info > .rte {
    margin-top: 0 !important;
}
}

 

Here is the result: image_480.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
NikosBat
Excursionist
259 0 38

Thank you very much that solved my problem