• Resolved met45

    (@met45)


    Hi!

    Which CSS code can I add top margin to the page?
    When I click the menu point, the page scrolling down but the menu obscures the target.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @met45,

    Thank you for using the Neve theme.

    Based on the structure of your website this CSS code should work:

    #kapcsolat:before, #rolunk:before {
    content: “”;
    display:block;
    height: 144px; /* fixed header height*/
    margin: -144px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
    }

    Try adding it to the Appearance->Customize->Additional CSS section.
    I hope it helps!

    Thread Starter met45

    (@met45)

    Hi,

    Thank you for the answer.
    In the meantime, I got help with the Neve facebook group.
    Menu Anchor widget fix the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page top margin’ is closed to new replies.