1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Adjust the Margins Between the BuddyBoss Activity Feed and Sidebars

How to Adjust the Margins Between the BuddyBoss Activity Feed and Sidebars

Introduction

The BuddyBoss Platform doesn’t offer a built-in setting to tweak spacing between your Activity feed and sidebars. A small CSS snippet lets you control the left/right padding so your layout looks balanced.

Custom Workaround

  1. In your WordPress admin, navigate to BuddyBoss > Theme Options.
  2. Under Custom Codes, enable CSS.

Append the following:

.directory.activity #primary {

  padding-left: 30px;

  padding-right: 30px;

}
  1. Click Save Changes.

Note: Any custom code is considered “custom work.” You may review our Support Policy for details: https://www.buddyboss.com/support-policy/

Troubleshooting and FAQs

Q: I don’t see any change—what should I do?
A: Clear any caching (page, object, or CDN) and reload the Activity page to apply the new padding..

Q: How can I revert back to the default spacing?
A: Remove or comment out the CSS you added in BuddyBoss > Theme Options > Custom Codes and save; the original margins will return.

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Support

To speak to our Agency consultant, fill in the form found at our Contact Page.

  • Get Started

    Enter your name and email address to get started with your project...

  • This field is for validation purposes and should be left unchanged.

Not recently active