Author Topic: How Can I remove the space below the footer with BootStrap Theme?  (Read 333 times)

Offline blueglass22

  • Newbie
  • *
  • Posts: 13
  • Karma: +1/-0
    • View Profile
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?

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5603
  • Karma: +270/-2
    • View Profile
Re: How Can I remove the space below the footer with BootStrap Theme?
« Reply #1 on: August 25, 2023, 04:26:50 AM »
Hello.

Try add this to your theme css file
Code: [Select]
div#footer {
    margin-bottom: -50px;
}

 

Powered by SMFPacks Social Login Mod