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!
A user needed to remove empty white space on their Shopify page by overlapping a text column section on top of a header image. Screenshots showed the spacing issue between the page heading image and content below.
Solution Provided:
Outcome:
The solution was successfully implemented and resolved the spacing issue. The discussion is marked as resolved.
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!
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;
}
Excellent!! Thank you so much ![]()
You’re welcome! @VerbCreative ![]()