25 January 2014

How to Center Blogger Ads

It's annoying when ads are off-center on your blog. There is no option for "center ad" on Blogger, so this tutorial will show you how to manually center the ads.
  1. Open the Blogger dashboard.
  2. Select the blog you wish to edit.
  3. Go to Template on the sidebar.
  4. Select Customize under the template preview.
  5. Go to Advanced.
  6. Scroll down to where it says Add CSS.
  7. Copy and paste the following code into the box.
.AdSense {
text-align: center;
}
  1. If you have multiple ads, you will need additional snippets of code with AdSense1, AdSense2, etc.
  2. The number can be found using Inspect Element. You are searching for something like <div class="widget AdSense" id="AdSense1">.