Reduce column height

Hi,

I’d like to know the current height of columns in Multicolumn 2 and reduce them.

Pls check my url: https://189ee3-2.myshopify.com/

Thank you.

Hello @collins276

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

/* You can change the value of 100px to the desired width for your section */
li.slider__slide {
   max-width: 100px;
}
li.slider__slide .multicolumn-card {
   width: 100px;
   height: 100%;
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

1 Like