Home › Forums › Support › Sections full width › Reply To: Sections full width
March 25, 2016 at 10:35 pm
#181785
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;
}