Removing space above page title in twentyeleven?
-
I’m struggling removing the space above what i guess to be the “entry title” with custom css on theme twentyeleven. For example on the ‘music’ page there is large gap between where the menu is and where it says ‘music’, which i’d like to reduce significantly.
http://woollymammothmusic.com/music/
I’d also like this change to be affective on the other pages on the site.
Ive run fire bug and amended the highlighted CSS and it works in preview within fire bug but when i copy into my custom css page it doesnt change anything. I’m adding to my css (changing the padding from : 3.5em to :0.1em)
#post-6
.singular.page .hentry {
padding: 0.1em 0 0;
}Is my ID incorrect? Either way any help most appreciated as i’ve have had success with other basic changes but not this one…..
thanks
tim
The blog I need help with is: (visible only to logged in users)
-
I did a Google search of our forum threads for perhaps these results will be helpful http://tinyurl.com/9ju66jw
-
- The topic ‘Removing space above page title in twentyeleven?’ is closed to new replies.