Hi everyone,
I'm having trouble with K2. I'd like to move the page title over to the left to be aligned with the margin but I'm not sure how. Here's my site: http://whiteknighttumbledryer.org.uk/
Any advice most welcome! Thank you.
Hi everyone,
I'm having trouble with K2. I'd like to move the page title over to the left to be aligned with the margin but I'm not sure how. Here's my site: http://whiteknighttumbledryer.org.uk/
Any advice most welcome! Thank you.
Change the following in your css
.four04 .entry-title, body.page #current-content .entry-title {
margin-left: 40px;
text-align: center;
}
to
.four04 .entry-title, body.page #current-content .entry-title {
margin-left: 0;
text-align: left;
}
Let me know if it didnt work. Thx
This topic has been closed to new replies.