How to make all the columns from my multicolumn section the same height ?

Solved

How to make all the columns from my multicolumn section the same height ?

Rushngo
Excursionist
18 0 9

Hello,

 

I'm having trouble finding a way to make all the columns in my multicolumn section the same size, regardless of the size of the text inside.

 

If anyone can help me that would be great! 

 

I'm attaching an image to my request to make it easier to visualize.

 

Capture d’écran 2025-04-11 à 17.32.05.png

 

Accepted Solution (1)

CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

@Rushngo, here's how to achieve that:

 

1) Go to "Online Store"
2) Three dots -> Edit Code
3) Find the base.css file
4) Add the following code at the bottom of the file

5) Save and refresh the target store page

 
 
.splide__slide__container {
    height: 100% !important;
}

.multicolumn-card.content-container.color-custom.cards-color-scheme-template--25093199003991__multicolumn_NJ6F86.gradient.multicolumn--diff-bgs.animate-item.animate-item--child {
    height: 100% !important;
}

 

If done correctly, the result should be like this:

Screenshot_7.png

 

I hope this helps!

 

If you don't want to edit the theme code directly, you can use a code injection app like the one in my signature.

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 11 (11)

CafeDelMar
Shopify Partner
163 36 45

Hi @Rushngo. Welcome to the Shopify Community!

 

Please, share the store URL (and the password, if applicable) along with the frame location. It would be much easier to debug and solve.

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution

Moeed
Shopify Partner
7375 1996 2438

Hey @Rushngo 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Rushngo
Excursionist
18 0 9

it's https://rushngo.com/pages/studies and there's no password 👍🏻

CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

@Rushngo, here's how to achieve that:

 

1) Go to "Online Store"
2) Three dots -> Edit Code
3) Find the base.css file
4) Add the following code at the bottom of the file

5) Save and refresh the target store page

 
 
.splide__slide__container {
    height: 100% !important;
}

.multicolumn-card.content-container.color-custom.cards-color-scheme-template--25093199003991__multicolumn_NJ6F86.gradient.multicolumn--diff-bgs.animate-item.animate-item--child {
    height: 100% !important;
}

 

If done correctly, the result should be like this:

Screenshot_7.png

 

I hope this helps!

 

If you don't want to edit the theme code directly, you can use a code injection app like the one in my signature.

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
Rushngo
Excursionist
18 0 9

It's perfect thanks CafeDelMAr ! 👍🏻

Rushngo
Excursionist
18 0 9

Also, could you tell me how to make the “read more” with the arrow stay at the bottom right of its column please?

CafeDelMar
Shopify Partner
163 36 45

@Rushngo, please, try the following:

.splide__track ul li div.multicolumn-card__info div.rte {
	margin-bottom: 35px !important;
}

.splide__track ul li div.multicolumn-card__info a {
	position: absolute !important;
	bottom: 15px !important;
}

 

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
Rushngo
Excursionist
18 0 9

It's at the bottom but not on the right side 😅

CafeDelMar
Shopify Partner
163 36 45

Here you go 🙂

 

.splide__track ul li div.multicolumn-card__info div.rte {
	margin-bottom: 35px !important;
}

.splide__track ul li div.multicolumn-card__info a {
	position: absolute !important;
	bottom: 15px !important;
	right: 30px !important;
}

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
Rushngo
Excursionist
18 0 9

PERFECT, thank you so much you were of great help !! 🙏

CafeDelMar
Shopify Partner
163 36 45

Anytime! Glad to help! 🙂

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution