0
In mobile mode is having problems when I open the menu as it collides with the buttons to pass images of Carousel and also with the footer
CSS
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: auto;
background-color: #0275d8;
}
I’ve tried using z-index: -1;
<div class="footer">
<div class="container">
<hr>
<div id="aviso">
<div id= "posicaoaviso">
<span id="fecharaviso" >×</span>
<center><p><strong>Uso de cookies:</strong> Este site utiliza cookies para ajudar a disponibilizar os respetivos serviços e analisar o tráfego.<br>As informações sobre a sua utilização deste site são partilhadas com terceiros.<br>Ao utilizar este site, concorda que o mesmo utilize cookies.</p></center>
</div>
</div>
</div>
Clicking here to view the site.
Either the problem’s on the footer or it’s on the carousel
substitute:
width:100%
formax-width:100%
Would you like it to be responsive right? It’s inside a container and Row?– Rafael Rotiroti
You’re still in trouble when I do that
– Amadeu Antunes
It seems to be the class="Carousel slide" element, but I don’t understand why it overlaps with the class="footer"
– Amadeu Antunes