PLR Videos
Member
Posted 8 months ago #
I've created a child theme...
How do I remove the space at the top and at the bottom of the 2011 theme as shown here: http://screencast.com/t/Erzc7OkDd7I
Here is a link to my demo site:
http://mydemonstrationsite.com/
Thank you for any help you can provide.
- Steve D
http://wordpress.org/extend/themes/twentyeleven/
PLR Videos
Member
Posted 8 months ago #
I figured it out :-)
Put this at the bottom of the style.css
#page {
margin-bottom: 2em;
margin-left: auto;
margin-right: auto;
margin-top: 0;
max-width: 1000px;
}
Hope this helps someone as much as it helps me.
- Steve Dougherty
@PLR Videos, you rock dear, thank you so mucn for sharing, really, I appreciate your help. Heartily.
Sam
PLR Videos
Member
Posted 7 months ago #
Your are very welcome Sam!
- Steve D.
pntrivedy
Member
Posted 7 months ago #
@PLR Videos.. Thanks man! ;)
Charmer83
Member
Posted 4 months ago #
that helped but it messed other things up...