Step 1
Open your blog's dashboard, click "Layout" in the page's sidebar, then click "Template Designer."
Step 2
Click "Advanced" in the designer's first column, then click "Add CSS," the last link in the second column.
Step 3
Paste the following code into the "Add Custom CSS" box: #header-inner img { margin-left: auto; margin-right: auto; }
or
#header-inner {
background-position: center !important;
width: 100% !important;
text-align: center;
}
#header-inner img {
margin: auto;
}
Step 4
Click "Apply to Blog."
No comments:
Post a Comment