Displace footer on z-index

Hi,

I have a problem with the footer on my website that is overlapping with a popup window from a plugin. I'm not sure if I should move the popup forward or push the footer backward on the z-axis to resolve this. I've tried adjusting the z-index values of both the popup and the footer, but it doesn't seem to be working as expected. How can i solve?


Thanks

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.


    Thanks

  • Hi, sorry but that page is only for logged in users.

    Where can I leave the login details?

    Anyway this is the site https://www.headcet.eu

    and this is the page https://www.headcet.eu/drive-area/

    Thanks!

  • Please send this information privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact, and we will check what might be the reason.

    Notice!

    Please attach a link to this forum discussion.

    Thanks

  • Done.

    When you're in, go in "WP 1" folder and then click on the 3 dots in the right corner to upload files.

    Then a pop-up wll whow up and scrolling down, the footer will overlap it.

    Thank you for the help

  • On that page, I have changed the z-indexes for these two sections:

    Also, you can try the following CSS code:

    .page-id-198 #Content{
       z-index: 1!important;
    }
    .page-id-198 #Footer{
       z-index: 0!important;
    }
    

    But please check carefully that it does not break anything.


    Best regards

  • Thank you Phil! I think we are very close to solve this.

    Now only the widget area overlap the pop-up. Tried with code in custom CSS and with value 90 on z-index of the pop-up area but it seems to be static. This tag is wrong? ".widgets_wrapper.center"

    I can't even see a z-index value in widget options.

    Thanks.

  • I do not see the CSS code I sent you on your website.

    Please use it, and the display should be correct.


    Thanks

  • Sorry, my fault.

    I thought that was an alternative to bebuilder for the first section.

    Anyway now it's ok.

    Thank you for all

Sign In or Register to comment.