Title: Entry Header width
Last modified: August 22, 2016

---

# Entry Header width

 *  Resolved [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/entry-header-width/)
 * I want to change the width of the entry header for only the desktop width, but
   I can’t seem to find it in the CSS to see what it is now. Help?

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

 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/entry-header-width/#post-5323673)
 * To be clear, what uses two lines at 1024 uses three lines when it’s wider and
   I want to fix that.
 *  [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * (@scottsmith)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/entry-header-width/#post-5323867)
 * Something like the following will allow you to change the width and max width
   of the site header.
 *     ```
       @media only screen and (min-width:68.5em) {
           .site-header { width: 60%; }
           .site-header { max-width: 60em; }
       }
       ```
   
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/entry-header-width/#post-5323884)
 * Is the site-header the same as the entry-header?
 *  [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * (@scottsmith)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/entry-header-width/#post-5323915)
 * Oh no, it isn’t. My bad. Have you tried `entry-header` instead?
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/entry-header-width/#post-5323916)
 * I did, but no luck. I made the width 100 percent and it stayed at the original
   width. I don’t want to have to reduce the font size to make it fit if I can help
   it.

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

The topic ‘Entry Header width’ is closed to new replies.

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

## Tags

 * [entry header](https://wordpress.org/support/topic-tag/entry-header/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 5 replies
 * 2 participants
 * Last reply from: [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/entry-header-width/#post-5323916)
 * Status: resolved