Hi guys,
I’ve done a lot of searching, but I’m struggling to find a solution. My theme is Craft which is the same as Dawn 2.0. Currently, has an “image with text” section in the top of the home page, which is useful, but unfortunately isn’t full-width.
Website: https://wortheattt.myshopify.com/
pass: singa
Any help appreciated!
Hi @johnmedalian
Add the following code to the end of your base.css file :
@media screen and (min-width: 750px)
{
.image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-corners.section-template--14516161413173__1643789199f8459d15-padding {
max-width: 100%;
}
}
Adjust as needed, should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!