Title: Header Ads Widget
Last modified: August 22, 2016

---

# Header Ads Widget

 *  Resolved [mzstade](https://wordpress.org/support/users/mzstade/)
 * (@mzstade)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/header-ads-widget/)
 * The Header Ads-Section will not display on the mobile Version of the Theme. Only
   on the PC-Version.

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/header-ads-widget/#post-5741283)
 * Hey there mzstade,
 * How are you doing today?
 * This is not a bug, the theme is designed to remove ads on resolutions smaller
   then 1200px. However, this can be changed with some custom CSS. Please try adding
   following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       @media only screen and (max-width: 1200px){
       #header-ads {
       display: block;
       }
       }
       ```
   
 * This should display your ads on smaller resolutions. If this doesn’t work please
   post link to your site so I can take a look.
 * Hope this helps 🙂
 * Best regards,
    Bojan
 *  Thread Starter [mzstade](https://wordpress.org/support/users/mzstade/)
 * (@mzstade)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/header-ads-widget/#post-5741290)
 * Hi Bojan, thanks a lot, this way works.
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/header-ads-widget/#post-5741401)
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

The topic ‘Header Ads Widget’ 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/)

## Tags

 * [Header Ads](https://wordpress.org/support/topic-tag/header-ads/)
 * [mobile site](https://wordpress.org/support/topic-tag/mobile-site/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/header-ads-widget/#post-5741401)
 * Status: resolved