Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    You’re using a commercial theme. For commercial product support please contact the author directly on their site. We feel they are best equipped to support their products.

    https://my.studiopress.com/themes/aspire/

    Forum volunteers are not given access to commercial products, so they would not know why it is not working properly.

    Commercial products are not supported in these forums.

    CSS could fix that, although I believe there should be a theme setting for content padding or something like that. Maybe have a look around for that first.

    Anyhow, this CSS will do the trick. Just drop it in additional CSS in the Customizer.

    @media only screen and (min-width: 1024px) {
    .site-inner {
    margin-top: 120px!important;
    }
    }
    
    @media only screen and (max-width: 1024px) {
    .site-inner {
    margin-top: 40px!important;
    }
    }
    Thread Starter johnynelson00

    (@johnynelson00)

    It’s working on my nflbite website. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove space between Header and content’ is closed to new replies.