I have a menu on a web page but the logo image does not react as a full link, only a part of the image reacts to the click. According to me, it's because of the divs, but I do not know how to fix it.
<nav class="top-bar show-for-medium-up" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<a href="index.php" class="logo">
<img src="img/caguama.png">
</a>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a>
</li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li style="margin-right:15px;"><a class="registrate" href="registrate.php">REGISTRATE</a>
</li>
<li><a class="sesion" href="login.php">INICIAR SESIÓN</a>
</li>
</ul>
<br>
<ul class="right nav-menu">
<li><a href="Inicio.php">Inicio</a>
</li>
<li class="active"><a href="quinesomos.html">quines somos</a>
</li>
<li><a href="soporte.php">SOPORTE</a>
</li>
<li><a href="contacto.php">CONTACTO</a>
</li>
</ul>
</nav>
It is assumed that when you click on any part of the image you must re-direct but you do not