• Resolved rtcunningham

    (@rtcunningham)


    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

    (@rtcunningham)

    To be clear, what uses two lines at 1024 uses three lines when it’s wider and I want to fix that.

    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

    (@rtcunningham)

    Is the site-header the same as the entry-header?

    Oh no, it isn’t. My bad. Have you tried entry-header instead?

    Thread Starter rtcunningham

    (@rtcunningham)

    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.