I cannot center the footer widget
-
I have tried every single CSS code I have found in forums and tried some of my own, but I simply cannot get the footer widgets center aligned.
I am using the Canard Theme and the Social Icons Widget & Block by WPZOOM, if that is any help.
What am I missing??
The blog I need help with is: (visible only to logged in users)
-
-
-
@aldaraeidon
Try using the code given below:
.footer-widget-inner { display: flex; justify-content: center; }Hope this helps.
-
-
- The topic ‘I cannot center the footer widget’ is closed to new replies.