-1
Maybe someone can help me.
The problem is that the clickable area of the green button is overwriting the links of social networks so that the user cannot click these.
Code:
<div class="fixed-bottom">
<a href="https://web.whatsapp.com/send?phone=[numero_censurado]&text=Ol%C3%A1%2C+" class="btn btn-success btn-lg" target="_blank">
<i class="fab fa-whatsapp fa-2x"></i> Atendimento
</a></div>
How do I limit the clickable area of the button to the size of the button in this situation? Thank you.
Thanks Leandro! It worked fine. :)
– illozzaM