Title: Non responsive headers
Last modified: February 15, 2018

---

# Non responsive headers

 *  [mar7](https://wordpress.org/support/users/mar7/)
 * (@mar7)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/non-responsive-headers/)
 * Hello,
    As mentioned earlier there are some problems with the responsiveness 
   of this theme. The entry-headers are overflowing on small screens. Maybe insert
   a media query like this?:
 *     ```
       div#single-title-box {
           padding: 30px 5px;
           color: #fff;
           position: absolute;
           bottom: 0;
           width: 100%;
       }
       @media (min-width:500px) {
         div#single-title-box {
           padding: 30px;
         }
       }
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnon-responsive-headers%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘Non responsive headers’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/juno/1.1.5/screenshot.jpg)
 * Juno
 * [Support Threads](https://wordpress.org/support/theme/juno/)
 * [Active Topics](https://wordpress.org/support/theme/juno/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/juno/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/juno/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [mar7](https://wordpress.org/support/users/mar7/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/non-responsive-headers/)
 * Status: not resolved