Hey!
Can I reduce the space between the header and the title - only on the collection page?
Thank you!
Hey!
Can I reduce the space between the header and the title - only on the collection page?
Thank you!
https://mindfulwalls.com/collections/catalog
Thank you!
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-collection .main-content{
padding-top: 0px !important;
}
.template-collection .collectiontitle{
padding-top: 20px !important;
}
Hope this helps.
Thanks!
Amazing!!!
I think the missing “important” was my problem..
Thank you very much!
@dmwwebartisan I need to do this on my all my pages, just not the home page. Can you help?
Oh and remove the black lines.