eCommerce construction > General Discussion

How Can I remove the space below the footer with BootStrap Theme?

(1/2) > >>

blueglass22:
I have installed AbanteCart with the BootStrap Theme. I have realized that there is a space below the footer block. The footer Block doesn't fill the entire footer. How do I remove this space?

Basara:
Hello.

Try add this to your theme css file

--- Code: ---div#footer {
    margin-bottom: -50px;
}
--- End code ---

Burlesque:
 I had a similar issue. Check your CSS and see if there's a margin or padding set for the footer or the element above it. Adjusting that should help remove the space below the footer.

sirisharabas:
Yes, I got the exact same error and I had to check very carefully.

luciledalton:
To put this element at the bottom of the page, add fixed-bottom to the class footer.

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by SMFPacks Social Login Mod