Title: Header Ads Banner alignment
Last modified: August 22, 2016

---

# Header Ads Banner alignment

 *  Resolved [mdenny1029](https://wordpress.org/support/users/mdenny1029/)
 * (@mdenny1029)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/header-ads-banner-alignment/)
 * Hi,
 * How do I align the Header ads banner? It is currently to the right of the page.
   I would either like to center it or move it to the left alignment.
 * See -> [http://michelleshotdeals.com/](http://michelleshotdeals.com/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/header-ads-banner-alignment/#post-5830431)
 * Hi mdenny1029. Give this a try in your child theme css:
 *     ```
       /* center Header Ads */
       #header-ads {
         width: 100%;
       }
       #header-ads .textwidget img {
         margin: 0 auto;
       }
       ```
   
 *  Thread Starter [mdenny1029](https://wordpress.org/support/users/mdenny1029/)
 * (@mdenny1029)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/header-ads-banner-alignment/#post-5830487)
 * Okay, I got as far as Hueman Child: Header (header.php)
 * Do I just copy & past it in there at the end?
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/header-ads-banner-alignment/#post-5830492)
 * You don’t need to do anything with the header.php file. You would copy the css
   I posted above into your child theme style.css file using the Appearance > Editor.
 *  Thread Starter [mdenny1029](https://wordpress.org/support/users/mdenny1029/)
 * (@mdenny1029)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/header-ads-banner-alignment/#post-5830494)
 * Yay! It worked! Thanks – Your assistance is GREATLY appreciated! I will marked
   this as resolved.
 * Thanks!
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/header-ads-banner-alignment/#post-5830522)
 * Glad it’s working. If you don’t need any further assistance here please mark 
   the topic as resolved. Thanks.
 *  Thread Starter [mdenny1029](https://wordpress.org/support/users/mdenny1029/)
 * (@mdenny1029)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/header-ads-banner-alignment/#post-5830563)
 * Done. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Header Ads Banner alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [mdenny1029](https://wordpress.org/support/users/mdenny1029/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/header-ads-banner-alignment/#post-5830563)
 * Status: resolved