Hello,
I am using a Debut theme and I have a problem on the home page with a gap between the footer and the last section before footer. There is a gap between the two of them and idk how to remove it.. There is no option on the sections to reduce the margin or something.
Thanks in advance!
1 Like
Hi @enriqutis
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.scss.css.
Step 3: Paste the below code at bottom of the file → Save
footer.site-footer {
margin-top: 0 !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hello @enriqutis
can you please share your store URL so i can help you something on it.
Is it possible to apply it only on the home page?
Is it possible to apply the code only for the home page?
Is it possible to apply the code only for the home page?
Hello @enriqutis
yes its possible to apply only on homepage so if you can share store URL i can provide you css.
Hello @enriqutis ,
It’s GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
{% if template == 'index' %}
{% endif %}
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team