beniniu wrote: I have exactly the same issue - I am using the standard CB profile.
How can I turn this off or change the anchor position?
Your issue is not the anchor. The anchor is standard HTML. The browser handles the behavior of scrolling the anchor into view. The issue is top bars like that are absolute positioned. This means they sit on top of all other content. This also means the browser does not calculate its view space so it's completely ignored and is why you get overlapping content. The bar should be padding the content underneath by its height to avoid this or it should be small enough that it won't cause a problem. Please contact your template developer with this information so they can fix it as that's where it has to be fixed.