Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi Azam!
Is it possible to center social June and apps widgets in the footer using settings?
I can only center the logo and mailchimp widget
Please check here:
Hi,
Here’s the code add in your custom CSS panel:
#footer-wrapper .custom-html-widget img{
margin: 0px auto;
}
footer#colophon .social_widget{
display: flex;
}
footer#colophon .social_widget ul{
margin: 0px auto;
}
Thanks,
You must be logged in to reply to this topic.