z-index does not change!

Asked

Viewed 268 times

-2

I have the website: Gás Muriaé, and a z-index error (probably) that I can’t get out.

inserir a descrição da imagem aqui

So the banner is superimposing the side order bar.

Locally, I already changed the z-index in the plugin’s css to a value less than z-index of the banner but did not solve it!

I wonder where I’m going wrong?

Note: When I open the site, the order bar is small in the right corner, when I click on the menu "Piece", the slider grows to connect to the form. Both the small and large slider should override the banner!

  • 3

    I am voting to close this question as out of scope because it is a specific case, giving an example of personal website (who knows how long it will stay online) to find the problem. As the question is currently hardly relevant to other users.

  • I agree with closing! However, the site is business.It was ready! I just implemented a banner instead of a static figure! But thanks to those who can help!

2 answers

1


In your class . insert z-index: 10; to z-index: 999;

0

You can apply the rule below.

div.peca {
    z-index: 100 !important;
}

Browser other questions tagged

You are not signed in. Login or sign up in order to post.