How can I adjust the vertical padding on a multicolumn layout?

Hello everyone,

I recently changed some code on the multicolumn to allow the image to become a link. Not sure if this changed something to do with the padding. My first image multicolumn I have made to be equal padding on the theme layout and it looks fine on mobile but on desktop the vertical padding is too wide. Is there a way to change this?

And also to make the margins wider so they are in line with the multicolumn below. Not sure why they are both different.

www.glowmumma.co.nz

password yaotsa

Thank you so much appreciate all the help!

@missjewellee

Please share the screenshot of what you want!

Thanks!

@missjewellee
Hello,

.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width {
	margin: 0 !important;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This

That is perfect exactly what I was after! Thank you kindly much appreciated :slightly_smiling_face: