Archived topic
Buddypress margins
7 replies · Started by Philippe on January 18, 2023
Hi,
Buddypress pages cover the whole screen space from right to left. What would be the css to implement margins?
Thank you,
Philippe
Hi there,
is it possible to see one of these pages ? So i can see whats causing that
Sure. Here is a temporary login: https://bit.ly/3JfpMOf (set to last 3 hours)
Go to Howdy / Profile / View, you will see what I mean.
Hi Philippe,
For a better understanding of the issue, can you take a screenshot of it from your end?
Uploading Screenshots: https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots
Can you also reshare login credentials if we need to be logged in to see the issue? Please use the Private Information field for this as this is a public forum: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Hi Fernando,
The links are given below.
Thank you!
Can you try adding this through Appearance > Customize > Additional CSS?:
div#buddypress.buddypress-wrap {
padding: 0 40px 0 40px;
}
Is this what you're referring to? If not, can you expound a bit more?
Beautiful!
Thank you.
You're welcome, Philippe!