Hi
Wanted to know How to reduce the gap between last module (here it is in section-top position) and the (scroll to top button) bottom of page as shown in the image.
Thanks and regards
codeforya Hi this is footer section space if you are not going to add anything in footer, add this code in custom.css
.t3-footer { display: none; }
In future if you will add any module in footer you can remove this code.
Awesome. Thanks.