- Add an anchor menu widget in target section > add respective link/id
- Go to advanced > add class: anchor-scroll
- Go to customize > custom css > add code:
.anchor-scroll{
display: block;
position: relative;
top: -80px;
}
Adjust the top size according to requirements.
Hurrah – Done
