Too many possibilities to list here. What theme are you using? Site URL?
Mercime: I´m using BuddyPress Default 1.2.5.2 Theme. My URL is: http://www.rumbar.co/
Tks in advance for your help!
@bondjamesbond007 shaken, not stirred?
Before anything else, I see that you’re using the bp-default theme and that you’re making revisions directly on that theme. If or when you upgrade BuddyPress, any revisions you made will be overwritten. I recommend you create a child theme of bp-default theme and make your revisions in the child theme.
As for the “sidebar overlaps part of the content at its left”, this is to be expected when content exceeds maximum or minimum width as indicated in style.css where
`body {
…
max-width:1250px;
min-width:960px;
…
}`
you can instead change body width to fixed width of e.g. 980px or 1000px in your child theme’s style.css so you have a more realistic palette to place your videos, slideshows, etc.
Shaken, pls… Tks for the dry!
Tks for your advise on revisions… I´m going to modify the style.css, cross my fingers and be back here…
Tks again!
You’re welcome. Mayhap Q will be here next time to give you a gadget:-)