New Landing › How can we help? › Themeforest Theme Support › Dante › Imagen on footer
Hello , I would like an image below footer menu , now I put a logo up menu footer through a widget , but what I want is to put this image below the menu, I could help ? Thank you.
Hi, Do you want to image below this menu Footer Menu Quiénes somos Política de cookies Aviso legal? Thanks Mohammad
Yes, exactly
Hi, Please open to edit the footer.php of theme directory. Find this code </nav> and place your code after it. Thanks Mohammad
Perfect, and the last thing I wanted to focus this footer menu (Quiénes somos Política de cookies Aviso legal). Thanks
what you mean with focus? didn’t understood.
-Rui
sorry, I meant centered
Try this code.
.footer-menu{ margin-left:40%; }
Sorry, it does not work, right-aligned continues . Thank you.
Hi
Add this to your custom css:
#copyright nav .menu { float: none; }
– Kyle
Perfect, now! Thanks
No problem!
forgives , doing it this way is not centered on mobile
Add also this one
@media only screen and (max-width: 767px){ .footer-menu{ margin-left:0!important; } }
Ok, perfect!
You must be logged in and have valid license to reply to this topic.