Shopify themes, liquid, logos, and UX
Hi there! I need to remove empty space on this page: https://mathimaginefoundation.ca/pages/news
I think this means I need to overlap the text column section on top of the page heading image? Can anyone help?
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @VerbCreative,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.news-page-width > .page-content {
display: none !important;
}
.page-width.multicolumn-news {
padding: 23px 30px !important;
}
.page-width.news-page-width {
padding: 150px 30px 0px 31px !important;
}
Hi @VerbCreative,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.news-page-width > .page-content {
display: none !important;
}
.page-width.multicolumn-news {
padding: 23px 30px !important;
}
.page-width.news-page-width {
padding: 150px 30px 0px 31px !important;
}
This is an accepted solution.
Hi @VerbCreative,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.news-page-width > .page-content {
display: none !important;
}
.page-width.multicolumn-news {
padding: 23px 30px !important;
}
.page-width.news-page-width {
padding: 150px 30px 0px 31px !important;
}
Excellent!! Thank you so much 🙂
You're welcome! @VerbCreative 😊
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025