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:
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.
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.
Try adding:
#page {margin-bottom:0;}
to the child's stylesheet.
That did it. Thank you!
You must log in to post.