//align menu titles
.footer__title {
text-align: center;
}
//align footer logo and social icons
.footer__logo,
.footer__social {
display: flex;
justify-content: center;
align-items: center;
}
Unfurtunately the logo & social column max settable width is 95%, so it doesn’t appear fully centered, because by default the column has margin:0 from the left, leaving empty space (5%) in the right, can i set column full width or directly center the column itself to make it appear fully centered?
Unfourtunately i can’t because the website is already published but with a different theme, im modifing an unpublished version, but i can send a screenshot
I need to have a look on the website coding to provide you the solution so if you can’t share the password publicly then you can share it privately if you feel like it.