How To Make 728 by 90 Ad Banner Show At Center Of Blogger Blog Header


By default, if you add a 728x90 ad banner to a Blogspot blog's header, it will appear by the left hand side. You can easily make it to appear at the center of your blog's header but how you will do that, depends on how you've added the banner to your blog.

If you've added it using the Blogger HTML/Javascript gadget, you can wrap up the banner code with the HTML <center> Tag i.e add <center> at the beginning of the code and </center> at the end of the banner code.

i.e

<center>

BANNER CODE HERE

</center>



center ad banner in blogger header



If you've added the banner using the Blogger Image widget, you will have to get the ID of the widget and use the CSS text-align property to make it appear at the center.


get Blogger widget id


Once you have the widget's ID, you can edit the css below, copy and paste in the css section of your Blogger blog.

#Image1 {
text-align:center;
}

To add the css to your blog's html,

==> Go to "Template" > "Customize" > "Advanced" > "Add CSS". Click on it.
==> A box will appear by the right hand side. Copy and paste the code in it
==> Click "Apply to Blog" by the top right hand corner.

That's all.


NB : The HTML Center Element (<center>) is not supported in HTML5. So, if it doesn't work for you or it stops working for you later, you can try using the CSS text-align property as explained above.


Nwogu Chimex

Nwogu Chimex

I am A Passionate Gentle Blogger, Programmer, Writter and Web Developer.

YOU MIGHT ALSO LIKE

No comments
add a comment

Disclaimer: Comments on this blog are not written by the owner, therefore, the blog owner will not be liable for any comment made by readers.

Comments are being moderated and may take seconds to be published.

Your comment(s) are appreciated.