Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi Steven,

    It seems like you have removed the clearing div from the element containing the three widget columns. The columns aren’t visible, but they’re still being taken into account for setting the height of the footer.

    To hide the widget areas altogether (and fix the height problem), install a custom CSS plugin and enter the following code:

    .footer-inner { display: none; }

    – Anders

    Thread Starter stevenmeyers

    (@stevenmeyers)

    Hi Anders,

    Thanks for the reply. I installed the Simple Custom CSS plug in and then cut-and-paste the line of code. Unfortunately, I didn’t see any change to the footer. Any follow up advice?

    .

    (@techievous)

    Keep the theme author’s .footer-inner code there; don’t remove it.

    Add this to the bottom of your custom CSS:

    .footer {
    padding-bottom: 0px !important;
    }
    Thread Starter stevenmeyers

    (@stevenmeyers)

    Thanks Techievous! I added the additional code you suggested, and the footer now looks much more proportional.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reducing footer size’ is closed to new replies.