Sticky header Overlaps with Anchor connected section in elementor

Elementor CSS July 23, 2026
  1. Add an anchor menu widget in target section > add respective link/id
  2. Go to advanced > add class: anchor-scroll
  3. Go to customize > custom css > add code:
.anchor-scroll{
    display: block;
    position: relative;
    top: -80px;
}

Adjust the top size according to requirements.

Hurrah – Done