Skip to main content
higgsyd
Inspiring
September 9, 2026
Question

why does my menu overlay the page conrent

  • September 9, 2026
  • 2 replies
  • 11 views

higgsy.com

on this page is my new menu but when opened it overlays the content.  Do I just move all the content to the right or is there a better way to fix it? many thanks in advance, David

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    September 9, 2026

    Rebuild the site with a responsive framework like Bootstrap.

    Or consider WordPress with family tree plugins. It might make this a lot simpler you & more interactive for your users.

    https://wordpress.org/plugins/tags/family-tree/

     

    Nancy O'Shea— Product User & Community Expert
    Community Expert
    September 9, 2026

    In short, your menu doesn’t have a z-index so it’s just showing behind your content. Adding a z-index would fix that. And your content has a float which is why it overlaps the red outline of your header. If you remove the float it ends up within that frame because the float is not really necessary here.

    Although I will say your site is not mobile friendly and despite these two minor adjustments, your page could use a refresh in its code/layout to be more modern and responsive for your visitors so it renders properly on all devices. Have you considered a bigger update to your layout?