I'm setting up a web in Wordpress and I have a problem with the bottom sidebar, in the bottom bar where the widgets are, I can add and modify them without problem, but then the links do not work or a form that I added in the widget, it's like it's an image, it does not let you interact with anything. Does anyone know what it can be?
This is the code snippet where the problem occurs:
<div id="bottom" >
<ul>
<li><a href="#">Conductor</a></li>
<li><a href="#">Animales peligrosos</a></li>
<li><a href="#">Seguridad privada</a></li>
<li><a href="#">Deportistas</a></li>
</ul>
</div>
And this is the css
applied to it:
#bottom {
z-index: -1;
}