Dawn theme multicolumn with 3 columns not centered in the page

Hello,

I am planning to use two types of multicolumns in my landing page, one is with 2 columns, like this:

The other multicolumn would have 3 columns and I would like the end result to look something like this:

Currently when trying to use 1/3 width of the column for the image the images aren’t centered on the page. What’s more is if I add a description below the image a button pops up.

Does anybody know how to resolve this?

The link to the page is here: https://ed8xamxzhxawj0hw-60215460006.shopifypreview.com

Thank you in advance!

Hi @sisaul in this case you can try to add this code into the bottom of the file component-slider.css

.multicolumn-card {
justify-content: center;
}

Hi @Michael_Pink

It seemed to do the trick but the button still appears when adding a description and the description is’t below the image, as I would like to.

Do you know how to get it working?

you can add this code into the bottom of the file component-slider.css

.multicolumn-list {
align-items: center;
}

Hi @Michael_Pink ,

I edited the code, but the button is still there and the description still isn’t below the image.
Do you know what else might resolve this issue?

Thank you in advance!

@sisaul the preview link is expired

Hey @Michael_Pink

Here is the link: https://qv02goz1frighaor-60215460006.shopifypreview.com

Many many thanks for helping me out!

Hello @Michael_Pink ,

Do you know anything else that might resolve this?
Here is the updated preview link: https://44j3tbfe1pxnc1c4-60215460006.shopifypreview.com

Thank you in advance!

You can try to add this code to bottom of the file: section-multicolumn.css

.multicolumn-list .multicolumn-card {
flex-direction: column;
}

Hi @Michael_Pink ,

It seemed to do the trick!
Many many thanks to you.

There is one thing though, the button doesn’t disappear although the button text is empty:

Do you know how to get rid of the button as well?