Hi,
on my site asapunity.com/netzwerk the footer isn’t in the center. I didn’t found out why. Do you have an solution?
Best regards 
Hi,
on my site asapunity.com/netzwerk the footer isn’t in the center. I didn’t found out why. Do you have an solution?
Best regards 
Hello @patsorules,
Thanks for asking. 
Footer is not center aligned is because of a custom CSS code that’s there on the website. To fix the issue, please add following CSS under X > Theme Options > CSS:
footer.x-colophon.bottom .x-container.max.width {
margin: 0 auto !important;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar:
2- For the CSS code itself, I suggest that you get started with this tutorial:
Thank you.
Thank you. It works!
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.