How can I resize multicolumn in taste theme and remove top-padding?

Dear All,

I would like to resize my multicolumn in taste theme and remove top-padding from it… :weary_face:

anyone that can help me out ?

@Creambte97
Welcome to the Shopify community!
Thanks for your good question.

Please share your store URL.
So that I will check and let you know the exact solution here.

Hello There,

Please share your store URL, password and screenshot.
So that I will check and let you know the exact solution here.

@Creambte97
What do you want to resize?

https://w9rsdpeu05t23lgk-60249800871.shopifypreview.com

The 2 multiculumns are just to large , if i only could resize them 60% and remove the top padding from it

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
body .section-template--15331808051367__multicolumn-padding {
padding-top: 0;
}
body .section-template--15331808051367__multicolumn-padding  .multicolumn-card__image-wrapper .media.media--transparent.media--portrait {
    padding-bottom: 65%;
}