Fashion Magazine

How to Center Align Post Footer and Tabs List

By Savoir_style @Savoir_Style

BLOG TUTORIAL SERIES - IV


How to center align Post Footer and Tabs List
In the last tutorial, I discussed how you can center align the post title and date header for your blog. I like to keep a lot of stuff on my website center aligned. However, I did discuss how you can change the alignment of the elements on your blog to your liking.

Moving on to today's tutorial - Once you have zeroed in on the placement of various elements on your blog, here is a quick tutorial to change the alignment of post footer and tabs list
Go to Dashboard > Template > Customize
How to center align Post Footer and Tabs List
Here, Select Advanced > Add CSS
How to center align Post Footer and Tabs List
Here is a list of codes you can use to center (or left, right) align the various elements on the blog
POST FOOTER
.post-footer { text-align:center;}
TABS LIST
.PageList {text-align:center !important;}
GADGET TITLES
.sidebar h2 {text-align:center !important;}
COMMENTS FORM
.comment-form{
margin-left: auto;
margin-right: auto;
}
For more of these blog tutorial posts, click here.
If you have any questions regarding this post or anything related to your blog design, let me know in the comments. 
Hope you are having a great day. 
post signature

Back to Featured Articles on Logo Paperblog