Reply To: Sections full width

Home Forums Support Sections full width Reply To: Sections full width

Home Forums Support Sections full width Reply To: Sections full width

#181785
Tom
Lead Developer
Lead Developer

Ah, you have a plugin loading bootstrap which is adding a width to the container.

If bootstrap is going to be loaded via a plugin, you need to add some code to remove the width it adds:

.container {
    width: auto;
}