Reply To: Missing element spacing after update

Home Forums Support Missing element spacing after update Reply To: Missing element spacing after update

Home Forums Support Missing element spacing after update Reply To: Missing element spacing after update

#208347
Tom
Lead Developer
Lead Developer

Just installed BuddyPress myself and found the issue, will fix in the next version.

For now, you can fix it with this CSS:

.buddypress.full-width-content .container.grid-container {
    max-width: 1100px;
}

Thanks for pointing this out! 🙂