thedon23
Elite Member
- Dec 21, 2009
- 1,759
- 1,271
I'm using the Genesis Education Child theme..trying to move my blog title (text) to the right, as it's currently hovering over my logo. Anybody think they can give me a hand? This is the code from the css file
Code:
#title-area {
width: 480px;
float: left;
margin: 0;
padding: 20px 0 0 0;
overflow: hidden;
}
#title-area #title {
font-family: Georgia, Times New Roman, Trebuchet MS;
font-size: 30px;
font-weight: normal;
line-height: 36px;
margin: 0 0 5px 0;
padding: 0;
}
#title-area #title a {
color: #FFFFFF;
margin: 0;
padding: 0;
text-decoration: none;
}
#title-area #title a:hover {
color: #FFFFFF;
text-decoration: none;
}
#title-area #description {
color: #FFFFFF;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-size: 16px;
font-style: italic;
font-weight: normal;
margin: 0;
padding: 0;
}