Shopify themes, liquid, logos, and UX
Hi, I installed an app to do blogs on, but there's no option for full width on the body of text. It has its own CSS sections such as JSON in the code editor. thanks
Solved! Go to the solution
This is an accepted solution.
Add this code in your base.css file:
header.page-width.page-width--narrow.scroll-trigger.animate--fade-in,
.article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in,
.article-template__social-sharing.page-width.page-width--narrow.scroll-trigger.animate--slide-in {
width: 90% !important;
max-width: 130rem !important;
padding: 0px !important;
}
MOBILE
PC
Share your blog url
@Stagtis Please add the below line of CSS code at the end of your base.css file.
@media(min-width:990px){
body .article-template__content.page-width{
max-width:var(--page-width);
padding:0 9rem;
}
}
This is an accepted solution.
Add this code in your base.css file:
header.page-width.page-width--narrow.scroll-trigger.animate--fade-in,
.article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in,
.article-template__social-sharing.page-width.page-width--narrow.scroll-trigger.animate--slide-in {
width: 90% !important;
max-width: 130rem !important;
padding: 0px !important;
}
MOBILE
PC
thanks so much everyone
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024