• Resolved gracinda

    (@gracinda)


    Hi, Rui!
    I have an issue on my website. The header is overlapping the page.
    Please let me know how I can fix it.
    Thanks!
    Gracinda

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Olá Gracinda ??

    Just add the code below to the custom css option inside the General options tab

    body {
         padding-top: 70px;
    }

    Clear any cache plugin and also clear the browser cache and try again.
    Let me know the result.

    Thread Starter gracinda

    (@gracinda)

    Olá Rui

    Thank you for your feedback.
    I added the code and cleared the cache and it still doesn’t work.
    What else should I do?

    Muito obrigada
    Gracinda

    Plugin Author Rui Guerreiro

    (@takanakui)

    Can you add it in the Aditional css in the Theme Customizer section( Appearance-> Customize-> Additional CSS)?

    Will also add the important tag to add some priority to the css rule.

    Use this code instead.

    @media only screen and (max-width: 801px) {
       body {
         padding-top: 70px!important;
       }
    }
    Thread Starter gracinda

    (@gracinda)

    Working now! ??
    Thank you so much for your help!

    Gracinda

    Plugin Author Rui Guerreiro

    (@takanakui)

    Great. Happy to help. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The header is overlapping the page’ is closed to new replies.