How to center footer links in the Taste theme?

I’m currently using the Taste theme for my website, and I’m facing an issue with the footer links. They appear disorganized and aligned to the left, which affects the overall aesthetics of my site. Could someone please guide me on how to center the footer links in the Taste theme? I’ve tried adjusting the CSS, but haven’t had much luck so far. Any assistance or insights would be greatly appreciated.

Hi @Raseri

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.footer__column.footer__column–info {

flex-direction: row !important;

justify-content: center !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

hello, thank you for replying but the solution didnt work.

The footer stayed the same.