Home Forums WoodMart support forum HELP – Centre in mobile footer version

HELP – Centre in mobile footer version

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #513939

    santipuig03
    Participant

    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.
    #514224

    Hung Pham
    Keymaster

    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,

    #514234

    santipuig03
    Participant

    I did it just as you explained but it doesn’t line up the elements the way I want.

    #514363

    Hung Pham
    Keymaster

    Hi santipuig03,

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #514619

    santipuig03
    Participant
    #514765

    Hung Pham
    Keymaster

    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,

    #515000

    santipuig03
    Participant

    Thank you very much. Now I’ve managed to do it. Thanks for your time!

    #515100

    Hung Pham
    Keymaster

    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,

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘HELP – Centre in mobile footer version’ is closed to new replies.