christdp
Member
Posted 8 months ago #
I'm a WordPress newbie and am trying to reduce the empty white space below the twentyeleven menu and the Page title and other content.
Here is the space I'm trying to describe.
Here's the site I'm beginning to create.
A few things I've already modified in my twenty eleven child theme include:
- Removing the default twenty eleven header images and uploading and using a custom header image in place of the Site title text.
I did this by modifying child theme file functions.php using these techniques.
- Resizing the header image using the Resize Twenty Eleven Header plugin.
I have searched all the forum posts on wordpress.org and tried several of the techniques to add css to the style.css file in my 2011 child theme but I am unable to reduce the vertical white space.
Any suggestions or help would be much appreciated. Thanks for your consideration.
If i'm not mistaken, that was on #main?
I edited mine to this on voodoopress.com in my child theme
#main {
clear: both;
padding: 0.625em 0 0;
}
I'm not 100% because I changed several things, and didn't take great notes
http://vudu.me/p4
Starting there, I have a bunch of info on working with twentyeleven if you want to see more info
christdp
Member
Posted 8 months ago #
Rev, thanks for the idea. I tried replacing the code I previously had in styles.css in my child twenty eleven theme but the spacing issue persists. I did check out your site - very good info there on several topics.
Any other suggestions to eliminate the extra white space below the menu would be much appreciated.
You don't have a twentyeleven child theme active!!!???
I'm looking at your site, and you still have twentyeleven active, so no edits in your child theme will do anything....
The child theme has to be the active theme for it to work.....
christdp
Member
Posted 8 months ago #
Thanks for taking a look and catching that. I will go back through the steps I performed to create the child theme and update the banner. When I activate the child theme, the site title and text are displayed instead of the custom banner graphic. I thought the process was to activate the 2011 theme and that it pulled in attributes from the child theme - sounds like I had that backwards.... sorry for my confusion - newbie pains.
Yup, you had it backwards.
Here's the deal.
YOu never make edits to twentyeleven
You make a child theme, and activate it. Any edits you make to your child theme take precedence over the parent theme. And by making edits in the child theme, your code stays safe
http://vudu.me/child may have a little more info if you are interested
gwytherinn
Member
Posted 8 months ago #
I tried the solution at the bottom of this post, worked like a charm (as long as your child theme is activated). I even went a little overboard and specified -10, it sheared my post titles in half. :)
http://wordpress.org/support/topic/theme-twenty-eleven-space-between-navigation-and-title?replies=4
christdp
Member
Posted 8 months ago #
I got the child them issue worked out and tried implementing both ideas in the post above into the updated style.css file in the child theme directory on the server. These didn't work for my site - not sure why.
I was able to make the change using the techniques in the posting at http://wordpress.org/support/topic/twenty-eleven-theme-space-between-banner-and-post?replies=18.
My issue is now resolved. Thanks for your help and suggestions.