How to align post title:
1. Go to your Dashboard and click the Design option.
2. From the Design option click Edit HTML.
3. Once your inside Edit HTML you need to find "post-title" you can do this by clicking Ctrl+F or just scrolling down though the code.
4. Directly underneath the line of coding with post-title in it place this code below.
text-align: center;
It Should look like this after your done.
.post-title {
text-align: center;
text-align: center;
h3.post-title, h4 {
text-align: center;
Depending on your template it maybe different but its all works the same.text-align: center;
Now if you want it to be align to the left or right just change the "center" with left or right.
If you don't want to fully align the title to one of those values you can use a different code as shown below.
h3.post-title, h4 {
padding-left: 50px;
padding-left: 50px;
.post-title {
padding-left: 50px;
This would move your title 50px to the right. You will need to play with the 50px to get it just right. Changing it higher will move it to the right and lower will move it back to the left.
padding-left: 50px;
Thanks I Was finding This and i got your site from google and my work was solved
ReplyDeleteit doesnt work i try to look for post title
ReplyDeletethere are 4 of it
what i should do??
What is your blog URL?
ReplyDeleteAwesome! It worked! Thanks!
ReplyDeleteHow about if I wanted to center my tabs?
Thanks :)
Depending on the template you are using it can be a simple code or a pain. If you send me a email with your blog url I will take a look for you.
ReplyDeleteVeryy Nice !!!!! It Worked :D:D
ReplyDeleteThankx :D