Home Page Anchor

Hi everybody.
A little problem.
In my homepage i can correctly set an anchor link to jump into the correct widget in homepage.
Unfortunatly when i click the link and page move on right widget, the menu bar disappears.
Instead, if i scroll down a little bit and then i click anchor link, the menu bar remains in its right position.
Is there a way to maintain the right menu bar position without scroll down?

Tks

Hi @ictadmin,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s happening so that i can troubleshoot it?

Kind Regards,
Movin

Hi Movin,
thanks for reply and sorry for delay.
This is my test url for the site.

Rgds

http://trvzl.infoservizi.net

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

nav#site-navigation {
  position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
}