Anchors lead too low = titles of widgets are hidden

Hello,
Now that my Shapely website is online (http://www.severineautin.com/ceramics/), I wish the anchors in the menu could work properly, but I still did not manage that.
I mean : they lead too low on the page, so the title of the right widget is hidden by the menu.
How can I manage this issue please ?

Thanks for all !
Severine

Hello there,

I hope you are doing well today.

You have chosen an div that is too low, so I would recommend using a div that is higher such as the headline div because the browser will ensure that the div chosen touches the top of the page window.

Best Regards,
Support

Hi !
Thanks for your answer.
I understand, but I thought it was what I did for :
“savoir-faire” in the menu leads to http://www.severineautin.com/ceramics/index.php#sow-headline-2 which is the headline div
“bio” leads to http://www.severineautin.com/ceramics/index.php#sow-headline-3 which is the headline div
etc.

Or perhaps you can correct me if something is wrong… ?

Best regards,
Séverine

Hello there,

I hope you are doing well today.

I checked the page once more and those were the correct divs, please tr adding this CSS code to make the div positioning absolute:

div#sow-headline-2 {
    position: absolute;
}

Best Regards,
Support

Hi,
Hope you’re doing well too :wink:
I just did what you propose, but

  1. it hides the title (!)
  2. it does not make any difference with the finale position when clicking on the anchor in the menu ;-(
    I am sorry…

Best regards,
Séverine

Hi !
I hope you are doing well today.
I created a new monopage website www.severineautin.com/mariage/.
and the issue is the same : each anchor in the menu leads too low.
So I added
div#sow-headline-container {
position: absolute;
}
with unfortunately no change.
I don’t understand why this happens ?..
any idea ?
thanks a lot
Séverine