Re: Multicolumn Image Width

Solved

Multicolumn Image Width

bjohns
Excursionist
27 2 7

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.

 

Screenshot 2024-05-30 at 11.41.08.png

Accepted Solution (1)

Vinsinfo
Shopify Partner
491 167 172

This is an accepted solution.

@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;
}

 

Vinsinfo_0-1717074741210.png

 

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.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

View solution in original post

Replies 4 (4)
bjohns
Excursionist
27 2 7

Yes, please.

bjohns
Excursionist
27 2 7

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

Vinsinfo
Shopify Partner
491 167 172

This is an accepted solution.

@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;
}

 

Vinsinfo_0-1717074741210.png

 

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.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support
bjohns
Excursionist
27 2 7

That worked perfectly. Thank you.