Scrolling with Menu open

Home Forums Pro Support Scrolling with Menu open

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68594
    Robbie HughesAnonymous

    On this site, my test site, when the menu is open, all the content from the actual website page is visible through the from, making it hard to read any of the menus contents. Suggestions.

    Thank you

    #68595
    Peter FeatherstonePeter Featherstone
    Participant

    Hi Robbie,

    For some reason the code for my plugin is inside your page container elements which have a lower z-index than the images and background pages below.

    Is there a reason the plugin code is inside that container? Are you using the shortcode for the plugin for example and if so is there a need to enter it that way?

    You could add the below CSS to fix it but I don’t know if this will affect anything else on your site as I didn’t create it:

    .et_pb_fullwidth_code.et_pb_module {
        z-index: 9999999;
    }

    All the best

    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Scrolling with Menu open’ is closed to new replies.