Try adding the following to the bottom of your theme’s stylesheet:
#header h1 {position:absolute;top:-5000px;left:-5000px;}
Not worked 🙁 Can you see the test I am trying to get rid of from my link?
I can;t seem to do it
Looks fine here, sure you don’t just need a hard refresh..
CTRL + F5
Ahhhh that worked… still got the tagline at the very top though. Any solution to get rid of that? Or do you think it looks good there?
Personally i don’t mind it there, it would look fine without to…
So whichever you prefer… 😉
I thought that tagline was part of the graphical header. It does look rather good there. But if you do want to get rid of it, replace the CSS I gave above with:
#header h1,#header .description {position:absolute;top:-5000px;left:-5000px;}
Can also use negative text indenting to for that kind of thing can’t you? I say that as a side query and not an objection…
Yep – negative text-indents will also work – though they may leave slight gaps in some designs. I automatically use off-left positioning as it’s a reasonably safe cross-browser method off pulling content off the screen. But I do use it sparingly myself. Over-use it and Google may suspect you of spamming.
Just don’t use display:none; unless you also want to hide the content from screen-readers and (possibly) Google.
Havn’t created a template/theme or anything as such in quite a while… became fed up with the browser quirks quite some years ago.. i only touch my own site and help here, that’s about the extent of my coding now…
Was just curious, thanks for the info…
Only time i use display:none is for hiding ads and rubbish on certain sites that adblock doesn’t catch using Stylish..
Adblock + Stylish = never have to look at ads 🙂 … apart from the occasional one that slips through…
It’s quite amazing how use you become to browsing without ads to. You visit a friend, sit infront of the PC for any number of reasons and you get taken back by the amount of SPAM and Rubbish riddled in the web in general..
That said, “Good websites” aren’t intrusive with advertising and i let it go… 😉 …
Sorry for the slight thread derailment stales89…
If your problem is resolved please be sure to mark it resolved.. (There’s a box to the right-hand side)… 😉