candor
Member
Posted 9 months ago #
Hi I am sorry because I know this has to have been asked before and I really did look through the posts.
What I want to do is get rid of my blog title and the just another wordpress site. And then nudge the header up a little to get rid of all of the white space.
I have read enough to know I do not want to just delete them because that will mess up SEO? I guess there is a code I need to input to just move the words off of the page and then something I need to delete in the header to get rid of the white space? Can someone help me please?
I'd be ever so grateful.
http://www.catsandcandor.com
To still hkeep you site search engine optimized. Change tagline to yours in Dashboard -> settings -> General
Then go to style.css and put this at the very bottom:
#site-description {position:absolute; left:-9999px;}
#site-title {position:absolute; left:-9999px;}
#page {
margin: 0em auto;
max-width: 1000px;
}
candor
Member
Posted 9 months ago #
I'd kiss ya but I don't know you that well ;o)
Thanks ever so much!
Tami
loopyl00
Member
Posted 6 months ago #
Hi, what would i put at the bottom of the CSS if I wanted to right align the site-description (tagline)?
thanks