Hey guys any way I can get rid of this big white space and also get rid of the part where it says products? I need a code that won’t change anything on the main page just need it to do it in my collections pages.
Store link: https://xsiist.myshopify.com/
Pass: fafaor
1 Like
@tonyrss
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px){
.template-collection .main-content { padding-top: 15px !important;}
.template-collection .section-header {margin-bottom: 15px !important;}
}
@media only screen and (min-width: 750px){
.template-collection .main-content { padding-top: 15px !important;}
.template-collection .section-header {margin-bottom: 15px !important;}
}
Thanks!
Unfortionately it didn’t move all the way and it still says products.
Any way to get word of the word products and move the are up to be flush with the header?
@tonyrss
Problem in your Assets/theme.css file some barcket is missing Please share theme.css file code
Thanks!
@tonyrss , do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.template-collection .main-content{
padding-top: 15px !important;
}
Please let me know whether it works.
Kind regards,
Diego
Just a screen shot of the coding? I’m not sure how to share this?