[Resolved] Page hero problem with padding

Home Forums Support [Resolved] Page hero problem with padding

Home Forums Support Page hero problem with padding

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #833529
    Helen

    Hi

    I am using page hero elements on parts of my site and not on others. On pages with a hero element there is an extra bit of padding above the main nav which I don’t want. This doesn’t appear on pages which don’t have a hero element.

    Page with extra padding: https://staging1.courses.idas.org.uk/
    Page with correct header position: https://staging1.courses.idas.org.uk/about-idas/

    I’m not sure what I have done to mess this up. Can you help me get to the bottom of this please?

    In order to view the site you’ll need the username and login I sent via the account issue form for a previous query.

    Thanks for your help,
    Helen

    GeneratePress 2.2.2
    GP Premium 1.7.8
    #833704
    David
    Staff
    Customer Support

    Hi there,

    its LearnDash that is causing the problem, they apply a global CSS rule on their pages that effect the box model of ALL elements… i really wish they didn’t do that, so to stop that from effecting the header do this:

    .inside-header {
        box-sizing: initial
    }
    #834356
    Helen

    Hi,

    Thank you so much! I was sure it was something I had done, but couldn’t work out what. I’m so happy it’s fixed!

    All the best,
    Helen

    #834453
    David
    Staff
    Customer Support

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.