What code do I need to edit to align the post titles properly?
Thank you for your time.
What code do I need to edit to align the post titles properly?
Thank you for your time.
as 'properly' is open to discussion, here just a pointer to the style in style.css that influences the header:
/* Left Content Elements */
#leftcontent {
float: left;
padding: 0;
}
#leftcontent h1 {
margin: 0;
padding: 0;
font-size: 30px;
line-height: 32px;
color: #1e82a6;
font-weight: normal;
clear: both;
float: left;
width: 70%;
font-family: Georgia, "Times New Roman", Times, serif;
}This topic has been closed to new replies.