eCommerce construction > General Discussion

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

<< < (2/2)

Burlesque:

--- Quote from: Basara on August 25, 2023, 04:26:50 AM ---Hello.

Try add this to your theme css file


--- End quote ---

This kinda helped me, I just needed to make it 0 instead of -50

.footer {
    margin-bottom: 0; /* or padding-bottom: 0; */
}

Navigation

[0] Message Index

[*] Previous page

Go to full version
Powered by SMFPacks Social Login Mod