Am hoping someone can help, am looking to reduce the white space above the header title on my collection pages as this pushes the content down the page, and is especially annoying on mobile.
Any advise greatly appreciated.
Thanks.
Am hoping someone can help, am looking to reduce the white space above the header title on my collection pages as this pushes the content down the page, and is especially annoying on mobile.
Any advise greatly appreciated.
Thanks.
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
.template-collection .page-width.page-content.page-content--top {
padding-top: 0;
}
Hi Guleria,
I don’t have a base.css file, would this be called something else?