Good Night,
I'm developing a website but I'm tired of trying and nothing, the question is this:
- I have a fixed contact box on the right side but it does not appear, so I read that I have to set the z-index, I adapted a script I bought in the themeforest but it does not appear on the site.
www.agemper.pt/novo/index.html
Default script default code
#slideit {
z-index:999999; /* Keep the item above all other elements on the page */
position:fixed;
width: auto; /* Width of the wrapper of the section. Adjust this value if you want wider elements */
height: 100%;
top: 0; /* Vertical position of the elements */
right: 0; /* Horizontal position of the elements */
}
Hugs