center site description for suburbia theme
-
Hi,
I was able to center the site description under the site title with this code:
#site-description {
font: normal 20px/25px ‘Optima’, serif;
margin: 20px 0 0;
padding: 0 5px 5px;
}But now it changed all of a sudden and back to where it was. Any suggestions?
http://www.peoplesnotebook.com
Thanks!
-Kulsoom
The blog I need help with is: (visible only to logged in users)
-
Try adding something like this to the bottom of your Appearance → Custom Design → CSS editor:
.header .desc { float: none; margin-left: 180px; width: 610px; height: 160px; text-align: center; } #site-title { margin-bottom: 10px; }Note that this example is specific to your current custom CSS setup and will not work for other people using the same theme.
- The topic ‘center site description for suburbia theme’ is closed to new replies.