Hello everybody,
I am using the Debut theme and I noticed an unnecessary white space after the header on the website homepage.
I am adding a screenshot and my website URL. does anyone know how to fix it?
thank you very much!
www.ecologicalmethod.com
![shopify].JPG|1035x350](upload://nSTueyIzu5u9Zs65VIU4oTEB9ho.jpeg)
@Keren222 , 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:
.main-content{
padding-top: 18px !important;
}
Please let me know whether it works.
Kind regards,
Diego
Thank you very much,
I used your response to find the code and fixed the all line, It worked, I
hope its ok:
Theme.css:
.main-content {
display: block;
padding-top: 18px; }
@media only screen and (min-width: 750px) {
.main-content {
padding-top: 18px; } }
Yep, if it’s looking as you want it is good to go.
Kind regards,
Diego
Hi again,
Thank you for your answer,
now I have the same problem with my collection page…