• Resolved jessizollero

    (@jessizollero)


    Hej,

    is there a way to give the anchors on the page a horizontal offset. Otherwise they are always covered by my sticky header.

    I’ve tried with
    .elementor-toc__body:not(.elementor-editor-active) .elementor-toc__list-item-text:before {
    content: “”;
    display:block;
    height: 80px; /* fixed header height*/
    margin: -80px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
    }

    and

    .elementor-menu-anchor {
    display: block;
    position: relative;
    top: -80px;
    }

    but unfortunately this does not work.

    Thanks for your help.

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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky Header and Table of Contents’ is closed to new replies.