Multicolumn Image Width

Hi,

Please can someone help.

I have inserted a single column multicolumn section so I can add an image to a blog post template, however I am unable to get it to take up the same width as the rest of the template. Please can someone explain how I can do this with Custom CSS.

Many thanks in advance.

Yes, please.

@bjohns

Paste the below code in “Multicolumn” custom CSS field. Let me know whether it is helpful for you.

.multicolumn-list__item {
    max-width: 100%;
}
.multicolumn-card-spacing{
    margin: 0px;
}

If it doesn’t work, please share your store URL to check and provide a solution based on your store.

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

1 Like

That worked perfectly. Thank you.

Not to worry. Somebody has already explained. Thanks any way.