Messy and compressed footer
-
Hi.
For a few days I have noticed that the footer of my website.
it’s messy, as you can see in the image.
I have searched and tried things to fix it, to no avail. The author can do little, since my support has long expired and it is not appropriate to renew the support for this query, that’s why I go here.
I have already looked for solutions online, but without showing the problem it is difficult. The content of the footer is very compressed in the center of the page and one of the columns extends downwards.
The footer Widgets are TEXT, I have created it with three columns, and I show you the code used. I’m sure the error is simple, but I can’t find it.Thank you very much.
<div class="col-md-6 col-lg-4"> <div class="footer__item"> <img src="#" alt="logo-footer" > <p class="footer__copy"> ?AGRICOLAPARRA ? 2020<br /> Sitio creado por <a href="https://webapplicationdeveloper.es" target="_blank">WAD</a></p> <p>Este sitio esta en fase de producción</p> </div> </div> <div class="col-md-6 col-lg-4"> <div class="footer__item"> <h3 class="footer__title">Menu Adicional</h3> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-6"> <ul class="footer__menu"> <li><a href="https://agricolaparra.com">Home</a></li> <li><a href="https://agricolaparra.com/blog/" target="_blank">Blog</a></li> <li><a href="https://agricolaparra.com/contacto/" target="_blank">Contacto</a></li> <li><a href="https://agricolaparra.com/galeria/">Galeria</a></li> </ul> </div> <div class="col-md-6 col-sm-6 col-xs-6"> <ul class="footer__menu"> <li><a href="https://agricolaparra.com/servicios/">Servicios</a></li> <li><a href=" https://agricolaparra.com/politica-de-cookies/" target="_blank">Cookies</a></li> <li><a href="https://agricolaparra.com/politica-de-privacidad/" target=_blank">Privacidad</a></li> <li><a href="https://agricolaparra.com/aviso-legal/" target=_blank">Aviso Legal</a></li></ul> </div> </div> </div> </div> <div class="col-md-12 col-lg-4"> <div class="footer__item"> <h3 class="footer__title">Contacto</h3> <div class="company-contacts"> <address> <p> <i class="fontello-location"></i> Miguel A. Espeso Alvarez </br> Plaza del Pueblo, 10 </br> 05400 La Parra (Avila) </p> <p> <i class="fontello-phone-call"></i> <a href="tel:637486853"> 637 48 68 53</a> </p> <p> <i class="fontello-mail"></i> <a href="mailto:[email protected]">[email protected]</a> </p> </address> <div class="social-btns"> <div class="social-btns__inner"> <a class="fontello-twitter" href="#" target="_blank"></a> <a class="fontello-facebook" href="#" target="_blank"></a> <a class="fontello-linkedin-squared" href="#" target="_blank"></a> <a class="fontello-youtube" href="#" target="_blank"></a> <a class="fontello-gplus" href="#" target="_blank"></a> <a class="fontello-vimeo" href="#" target="_blank"></a> <a class="fontello-vkontakte" href="#" target="_blank"></a> <a class="fontello-instagram" href="#" target="_blank"></a> </div> </div> </div> </div> </div>
The page I need help with: [log in to see the link]
- The topic ‘Messy and compressed footer’ is closed to new replies.