• The header is working on every page but this page, can someone help? I have included my css code below.

    /* Masthead */
    #masthead.site-header {
    height: 70px!important;
    margin-bottom:0px
    }

    /* Mobile CSS for Masthead */
    @media only screen and (max-width: 500px) {
    #masthead.site-header {
    height: 150px!important;
    margin-bottom:0px;
    }

    .menu-wrapper {
    background: #29646b;
    }

    @media screen and (min-width: 500px){
    .menu-wrapper { max-width: 575px;
    }}

    @media (max-width: 100px){
    .main-navigation ul a {
    background: #8db5b5;
    color: white !important;
    }}

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

  • The topic ‘Header on Form Pages’ is closed to new replies.