Center column with fixed width

Hi. I have a classic section with a fixed width column. I want the column to be centered and I thought this css had worked in the past: max-width: 800px; margin: auto but it’s not working. What am I missing?

On this page, it’s the section that says: By choosing a local internet provider…

Thanks. I’ve been using pro, so I forgot how to deal with classic elements!

Hello There,

Thanks for writing in!

To resolved your issue, please use this inline css:
max-width: 800px; margin: 0 auto; float: none;

We would loved to know if this has work for you. Thank you.

Brilliant. Thanks so much!

You’re most welcome!

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