Code to center your Header Image:
#header-inner img {margin: 0 auto;}
To center your Header’s Title and Description (text):
#header-inner {text-align: center;}
Code to center your Post Titles:
.post-title {text-align:center;}
Code to center your Post Dates:
.date-header {text-align:center;}
Code to center your Gadget Titles:
.section-columns h2, #sidebar-right-1 h2, #sidebar-left-1 h2Â {text-align: center;}
Code to center your Sidebars:
.main-inner .column-left-inner, .main-inner .column-right-inner {text-align: center;}
Code to center your Tabs (menu):
.PageList {text-align:center !important;}
.PageList li {display:inline !important; float:none !important;}
PAGE TABS
Centered:
.PageList {text-align:center !important;}
.PageList li {display:inline !important; float:none !important;}
Align Right:
.PageList {text-align:right !important;}
.PageList li {display:inline !important; float:none !important;}
No comments:
Post a Comment