How To Make The Banner Fit In The Center

Sometimes after loading your banner to your blog it can seem too big or off center. This is a fairly easy fix. This tip will be work if you're using the Template Designer. If you're not, then I recommend that you do. There are many more options than the older versions including: fonts, colors, backgrounds etc...

1. Under the "Design" tab, click on "Template Designer".

2. Click the "Advance" link on the far left.

3. In the second column from the left, scroll to the bottom of the list and click "Add CSS".

4. Copy and paste the following code into the box:

#Header1 {width:800px;margin:0 auto}

5. The number in red is what you will need to change to fit your banner width. If you don't know the exact width of your banner don't worry. As you change the number you can see what the change will look like on the bottom half of the screen. Keep changing the number from 500-1000 until you get the look you want.

2 comments:

Pia said...

THANK YOU for this! My off center header was always bugging me, but I couldn't find how to change it.
Now it's finally centered. Thanks again!

Unknown said...

you are AWESOME for helping all of us technically slow people!