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
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024