HELP – Centre in mobile footer version
-
I need to be able to centre all my footer for mobile version. The extra menu list widget doesn’t allow me or I can’t find a way to center it. I want all my mobile footer to be aligned as the final part of everything. Attached is a screenshot
In short, what do I want to achieve? That “páginas, inicio, tienda, contacto, categorías principales, indumentaria, vinilos y stickers” are well centred as the final part that says “diseño y …”
Attachments:
You must be
logged in to view attached files.
Hi santipuig03,
Thanks for reaching to us.
Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile
.footer-column .footer-widget.widget_nav_menu {
text-align: center;
}
Regards,
I did it just as you explained but it doesn’t line up the elements the way I want.
Hi santipuig03,
Please provide URL of the mentioned page, so I can take a closer look.
Regards,
Hi santipuig03,
Thanks for sharing site url.
In order to do that, you first need to add class to widget, for e.g: section-title-mobile
https://prnt.sc/4vG0TcAtVQMs and extra-menu-mobile
for the list https://prnt.sc/R-EGOSWp3FMC
Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile or Custom CSS for tablet
.section-title-mobile .title-wrapper,
.extra-menu-mobile .wd-sub-menu{
text-align: center;
}
.extra-menu-mobile .wd-sub-menu li a{
display: block;
}
Regards,
Thank you very much. Now I’ve managed to do it. Thanks for your time!
Hi santipuig03,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
The topic ‘HELP – Centre in mobile footer version’ is closed to new replies.