Changing the size of multicolum and moving the images to the side in Dawn theme

https://origin-cards.com/

password: omens123

basically we’d prefer something like this

thanks!

Hi @DamirOrigin

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> section-multicolumn.css paste the below code at the bottom of the file.

#shopify-section-template–16538088964339__multicolumn slider-component ul li .multicolumn-card.content-container{

display:flex !important

}

#shopify-section-template–16538088964339__multicolumn slider-component ul li .multicolumn-card.content-container .multicolumn-card__image-wrapper{

width:25% !important;

margin-right:0 !important

}

Best Regards;

PageFly

Did exactly as you said but nothing happend. I’ve tried to do multiple other things related to the whole website yesterday through code but not a single one worked. Its weird, like my code doesnt care lol

you can see my screenshots, The code you added has lost the # sign, so it doesn’t work

#shopify-section-template–16538088964339__multicolumn slider-component ul li .multicolumn-card.content-container{
display:flex !important
}

I’m sorry I was sure I copied everything, the one more thing I’d like is if you would help me how to maybe center the icon and/or resize it.

Thanks a lot!

Do you want all the columns the same as the last columns, right?

Yeah if possible :slightly_smiling_face:

Thank you