Would anyone happen to know how to remove all the text above the main image header in TwentyTen so that the image header and everything below it moves up quiet a bit?
http://www.midlandsdrumlessons.co.uk
Thanks
Would anyone happen to know how to remove all the text above the main image header in TwentyTen so that the image header and everything below it moves up quiet a bit?
http://www.midlandsdrumlessons.co.uk
Thanks
Try adding:
h1.site-title, #site-description {
position:absolute;
top:-9000px;
left:-9000px;
}
to the bottom of style.css. But be warned that your customisations will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.
Hey
That didnt work I'm afraid, it just removed(or hid) the text on the right hand side, and didnt remove the text on the left hand side.
Eitherway it did not move the header image up.
Any ideas?
I think there is a typo in the solution
Try this :
h1#site-title, #site-description {
position:absolute;
top:-9000px;
left:-9000px;
}This topic has been closed to new replies.