How can I adjust image alignment and size in a multicolumn layout?

Hi,

I would like to receive the code need to align the images and their button text in this multicolumn - by making the images slightly wider. This is the website (and below photo of the multicolumn): www.sevenaswim.com

Thank you!

@sevenes

Please add the below code above in theme.liquid

online store >> edit code >> theme.liquid

.multicolumn-card>.multicolumn-card__image-wrapper--full-width:not(.multicolumn-card-spacing){ margin-left: 0!important; }

after the adding code

Thankyou for reaching us :slightly_smiling_face:

Hi @sevenes ,

Sorry for experiencing this problem, you can try this code.

  1. Go to themes > edit code >

  2. Go to Asset Folder > click base.css

  3. Copy the code below and Paste the code on the end.

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

Hi @sevenes ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly