Extra space at the bottom of twenty eleven theme

  • Hello,

    I’ve trying to get rid of the extra space below the footer of my site. Here’s the address: communitymatters-consulting.com

    I have access to CSS and have tried everything I can think of.

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    The extra space is coming from the bottom margin on the footer widget. You can remove the space by reducing the value of the margin (change the last number to a value that works for you):

    .widget {
        margin: 0 0 0.1em;
    }

    I noticed that you have hidden the WordPress.com footer credits with CSS. All WordPress.com bloggers (even our VIP bloggers) are required to maintain the credit links, even if they have purchased the Custom Design upgrade. Please remove the CSS that is hiding the footer credits. Thanks!

  • The topic ‘Extra space at the bottom of twenty eleven theme’ is closed to new replies.