Site logo

Archived topic

Hi! How to center align my Footer menu?

1 reply · Started by vincenteccl on December 24, 2022

Viewing posts 1–2 of 2

Hi! I cannot center align my site's footer menu:
Terms & conditions, privacy policy, affiliate disclaimer.
I don't know why as I set it to be centered in the customiser, but doesn't work.
Please help.

Hi there,

try adding this CSS:


.footer-bar .widget_nav_menu > div > ul {
    justify-content: center;
}
This archived topic is closed to new replies.