• Resolved smayor

    (@smayor)


    Is there a way I can narrow the height (or padding?) of the header in Agama? Seems like too much white space at the top of the page. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes offcourse there is a way to do it, open style.css file and find:

    .site-header hgroup {
        max-width: 1200px;
        margin: 24px auto;
        padding: 0 30px;
    }

    and change margin: 24px; to value you want, this is solution for default header.

    Right now you can choose between 2 headers:

    Default Header
    Sticky Header

    Soon i will implement few more headers.

    Regards

    Thread Starter smayor

    (@smayor)

    Very grateful for this information. Delighted with the theme, by the way.

    Im glad you are like it, much more new features cooming in next updates.

    Regards

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

The topic ‘Header height’ is closed to new replies.