• Resolved mohd arif

    (@mohd-arif)


    I’m using Gridiculous theme at my website : medicareprofs.com. I’m finding padding just above the footer. Here is the code. I tried everything to remove this, but all is vein.
    <div id=”main” class=”row” style=”padding-bottom: 326px;”></div>
    There is no inline style sheet, no external code for this. I change the code into:
    <div id=”main” class=”row” style=”padding-bottom: 0px;”></div>
    But This is not working please suggest me something asap.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this to your style.css.

    #main {
      padding-bottom: 0px !important;
    }

    This will over rule the in-line CSS being applied. What you changed should have sorted it though, did you make sure to clear your cache after making the change? You should try to avoid using !important if you can help it.

    Thread Starter mohd arif

    (@mohd-arif)

    Thanks Rab,
    It works perfect.. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gridiculous theme padding above footer.’ is closed to new replies.