I need some help with my website development. I am trying to create a simple website with a transparent navbar that overlays an image. Everything looks good on a PC, but when I access the site on mobile, the menu overlaps the content below it. How can I fix this issue?
If I remove the fixed-top class from the navbar, it loses its transparency effect over the overlay image.
https://i.sstatic.net/rgz9C.png
Mobile View
https://i.sstatic.net/5fOna.png
Here is the code snippet I am working with:
<div class="container ">
<a class="navbar-brand" href="/">
<img class="img-fluid" src="img/logo.png" alt="Logo" title="Isco Systems Logo">
</a>
<span class="h4 text-dark" href="#">41. 3156-4726</span>
</div>