Anchor issue
Auteur : Derek K.
Visité 1620,
Followers 1,
Partagé 0
This is a work in progress test1.buildthewebsite.co.uk I have links on the home page to anchors in the services page. When you click on the link and the anchor appears the sticky bar drops down and covers the some of the anchor which means you have to scroll in order to read the anchor from the start. Is there a way to stop this.
Posté le
Add an object "simple seperator" with the height of your sticky bar before your achored content and make this seperator hold the anchor instead of your object with the content.
... or, without altering the page layout, use extra / expert code in the style tag in /head; for example:
<style>#anchor1, #anchor2, #anchor3 {position:relative; top:-100px !important;}</style>
.
ciao
@kolAsim
Yes
This is the solution. I have earlier asked INCOMEDIA to make this a setting in X5.
It could be a general setting that could be set in connection with the sticky menu - possibility to se an offset for the anchors. My request for this possibility is here : https://helpcenter.websitex5.com/fr/post/191175
I think neither you or me, of us would have problems with this - but as X5 should be the tool for non-coders then it should be made an option. As the "sticky menu" can be set for each view-port, then it should be no problem.
Corrections
possibility to se an ... ----> possibility to set an ....
I think neither you or me, of us would have problems with t... -----> I think neither you or me, would have problems with t....
Auteur
Thanks everybody, I wil experiment with your suggestions.