• Is there a way to reduce the size of the header box and font size in the High Wind theme? It takes up half the screen. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Header box is meant to be over the whole width. So it should not only take half of the screen but the whole.
    Font size could be reduced. You need to edit your theme manually.
    Best practice is using a child theme.
    Within your child style.css you can add something like

    .site-intro {font-size: 0.9 em;}

    Thread Starter rosecolleran

    (@rosecolleran)

    Hi – Thanks for your response! I realize it needs to cover the whole width. I was actually referring to the height. If you pull up the page, you can’t get a view of much of the body of the page. It’s all header. If I reduce the font size as you suggested with the header box height be reduced as well?

    @rosecolleran:
    Yes it does reduce the height as well.

    You may use an developer tool for your browser to test it before (Firebug for firefox or build-in tools of safari or chrome)

    The size of fonts should be medium to read easily for others.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header Size & Font’ is closed to new replies.