Reply To: as do larger columns?

Home Forums Support as do larger columns? Reply To: as do larger columns?

Home Forums Support as do larger columns? Reply To: as do larger columns?

#201433
Tom
Lead Developer
Lead Developer

Ah, you have a plugin that is conflicting with the container class.

Add this CSS:

@media (min-width: 1200px) {
    .container {
        width: auto;
    }
}

You need to add content in the content tab in order to see the settings related to the content 🙂