• Resolved kallekn

    (@kallekn)


    Here is a question I didn’t find answered yet: I’d like to reduce the height of the header somewhat, and increase the font size for the blog title. Can that be easily done with css?

    Also, I’d like to show a little bit more of the background image above the header, how do I change that?

    Site url: https://www.glasnost.se

    Thank your for a nice, clean magazine theme!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kallekn

    (@kallekn)

    Ok, figured out that, after I found where the CSS is hiding. ??

    This changes the height of the header

    .site-title-group {
      margin: 2px 40px 5px 40px;
    }

    This changes the size of the site title:

    .site-title {
      font-size: 44px;
      line-height: 48px;
    }

    And this changes the margins:

    #page {
        margin: 130px auto;
    }

    in what php file did you find that? header.php?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header size, header font size’ is closed to new replies.