Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.
Solved! Go to the solution
This is an accepted solution.
.multicolumn-list__item {
max-width: 100%;
}
.multicolumn-card-spacing{
margin: 0px;
}
Yes, please.
Not to worry. Somebody has already explained. Thanks any way.
This is an accepted solution.
.multicolumn-list__item {
max-width: 100%;
}
.multicolumn-card-spacing{
margin: 0px;
}
That worked perfectly. Thank you.