Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: How Can I remove the space below the footer with BootStrap Theme?  (Read 4300 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: 5819
  • Karma: +274/-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;
}

Offline Burlesque

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-2
    • View Profile
Re: How Can I remove the space below the footer with BootStrap Theme?
« Reply #2 on: October 23, 2023, 02:39:55 PM »
 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.

Offline sirisharabas

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
    • snow rider 3d
Re: How Can I remove the space below the footer with BootStrap Theme?
« Reply #3 on: January 02, 2024, 03:20:09 AM »
Yes, I got the exact same error and I had to check very carefully.

Offline luciledalton

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
    • dinosaur game
Re: How Can I remove the space below the footer with BootStrap Theme?
« Reply #4 on: February 08, 2024, 11:40:16 AM »
To put this element at the bottom of the page, add fixed-bottom to the class footer.

Offline Burlesque

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-2
    • View Profile
Re: How Can I remove the space below the footer with BootStrap Theme?
« Reply #5 on: March 06, 2024, 03:42:06 AM »
Hello.

Try add this to your theme css file


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

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

 

Database Error

Please try again. If you come back to this error screen, report the error to an administrator.