Hi, I have added a blog post to my website but it is only in the small portion of the center. I cannot get it to go full width. I am using the Symmetry theme.
Thanks for the help.
Hi, I have added a blog post to my website but it is only in the small portion of the center. I cannot get it to go full width. I am using the Symmetry theme.
Thanks for the help.
Hey Victoria,
Do you mind sharing your store url? I can take a look.
Perfect, thanks you.
In the customizer, open a blog post and enter this code in the CSS field on the right.
.article .container {
max-width: unset !important;
}
This should do the trick ![]()
Hi @Victoriadunn ,
It seems like you are using a page builder application. Using page builder applications can sometimes slow down your site. Instead, consider utilizing Shopify’s native blog templates and customizing the code to achieve a full-width layout without sacrificing speed.
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Styles.css
#shopify-section-template--19257520849214__main .article .container {
max-width: unset !important;
padding: 0px !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly