• diane-sp2

    (@diane-sp2)


    Hi all,

    I made a Twentyeleven child theme and the drop down navigation is being clipped by the content below. I’ve applied z-indexes and ‘overflow: visible’ to everything I think will help but nothing seems to be working. Any thoughts?

    https://www.thesignauthority.com

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Validate the website

    Thread Starter diane-sp2

    (@diane-sp2)

    Thanks – I fixed most of these, but a lot of the rest are from plugins which I hesitate to edit.. They don’t seem like they should affect the issue of the dropdown being cut off though. Any ideas?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You may need to add a wrapping HTML element around all of your elements within the <body> section.
    Then apply position relative to that wrapping element, <div id="page"> and <div id="access">.

    Then apply z-index: 9999; to <div id="access">.
    Maybe add z-index: 1; to <div id="page">.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty eleven child theme submenu cut off in IE8’ is closed to new replies.