Footer center

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 :heart_eyes:

Hello @patsorules,

Thanks for asking. :slight_smile:

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:

https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

Thank you.

Thank you. It works!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.