How to center footer menu links on mobile - SENSE THEME

Hi guys! Can you help me with this? I want to center this footer links. Store Link: www.vegoocosmetics.com

Hi @Vegoo

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

.footer-block__details-content {

display: flex;

align-items: center;

flex-direction: column;

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Thanks.