• The header is too tall and when you scroll up and down you can see the page scrolling up under the header at the very top. Does this theme only have a sticky header? Also, how do I change the height?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You can change the size of the header in the file styles.css

    go to chapter 4.1
    here you find the needed settings:
    /**
    * 4.1 Site Header
    * —————————————————————————-
    */
    .site-header {
    position: relative;
    }

    .site-header .home-link {
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 150px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Header issues’ is closed to new replies.