hey guys,
I’ve been making some adjustments at the buddypress profile pages at http://www.cruisehive.com/passengers/thakksy/
but the css i added is making the page’s entire width more and thats causing a browse bar at the bottom. Do you have any idea how to fix it?
The reason i changed the css is because i wanted the profile pages/buddypress pages to go to the end of main div which i did but now the entire pages width has changed.
I also had to add a z index as the sidebars would work. Any help would be great, thanks
heres the current css im using:
div#buddypress {
overflow-x: hidden;
padding-left: 1000px;
margin-left: -1045px;
padding-right: 1000px;
margin-right: -1045px;
overflow: hidden;
clear: both;
z-index: 1;
display: block;
}
- This topic was modified 6 y, 1 mo by
Thakksy.
- This topic was modified 6 y, 1 mo by
Thakksy.