z-index does not change! [closed]

-2

I have the site: Gas Muriaé , and a (probably) z-index error that I can not get away with.

Sothebannerisoverlayingthesideorderbar.

Locally,Ialreadychangedthezin-indexplugininthecssoftheplugintoavaluesmallerthanthez-indexofthebannerbutitdidnotsolve!

WhereamIgoingwrong?

Note:WhenIopenthesite,therequestbarissmallintherightcorner,whenIclickthe" Request " menu, the bar grows to connect to the form. Both the small and the large bar should overlap the banner!

    
asked by anonymous 07.12.2017 / 17:21

2 answers

1

In your .peca class, change the z-index: 10; for z-index: 999;

    
07.12.2017 / 17:26
0

You can apply the rule below.

div.peca {
    z-index: 100 !important;
}
    
07.12.2017 / 17:34