Hello,
I am looking for some help with my debut theme, the gap under my header and the below section is slowly killing me, I tried everything that was suggested in some other discusions and nothing seems to work.
Maybe someone can help me out?
I have tried the following and it doesnât work:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.main-content {padding-top: 0;}
Copy
Please follow these steps below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.liquid->paste the code below before tag:
<style>
.gemapp .site-footer {margin-top: 0!important;}
</style>
I would be very thankful to anyone that has any suggestions.

