Want to centre your date header or post titles? Here is a really simple code to acieve that!
STEP ONE:
Template > Customise > Advanced > Add CSS. Copy the code below into the white box and press enter.
.date-header {
text-align:center;
}
.post-title {
text-align:center;
}
STEP TWO:
These codes will centre your date and title, but you can also replace the word center with LEFT or RIGHT! You can also use these codes to customise your date and title for example:
.post-title {
text-align:center;
background:#88bb21;
line-height: 20px;
border-bottom: 5px solid #444444;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 14px;
font-family: georgia;
}
Edit as you wish, and press
APPLY TO BLOG.
No comments:
Post a Comment