Forums

[resolved] Twenty Eleven: how to remove 28px gap (footer) (5 posts)

  1. Cave77
    Member
    Posted 10 months ago #

    How do I remove the 28px gap (set it to zero) between the footer an the end of the site? I can't find the related CSS-code.

    Picture:

  2. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    Do not edit the Twenty Eleven theme. It is the default WordPress 3.2 theme and having access to an unedited version of the theme is vital when dealing with a range of site issues.

    For this reason, it is recommended that you consider creating a child theme for your customisations. Once your child theme is active, we should be able to help with the customisation.

  3. Cave77
    Member
    Posted 10 months ago #

    Thanks for your answer, I already created and edited it as a child theme - based on Twenty Eleven. Sorry if I did not make that clear.

    My question remains:

    How do I remove the 28px gap (set it to zero) between the footer an the end of the site? I can't find the related CSS-code.

  4. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    Try adding:

    #page {margin-bottom:0;}

    to the child's stylesheet.

  5. Cave77
    Member
    Posted 10 months ago #

    That did it. Thank you!

Reply

You must log in to post.

About this Topic