With this CSS :
#navigation {
text-align:left;
}
Create a bp-default Child theme. In your child theme’s style.css file, add these:
#navigation {
text-align: left;
}
#nav {
left: auto;
margin: 40px 0 0 20px;
}
EDIT – took too long to answer
@mercime is it possible to “center” the menus the same way?
It worked awesome thanks guys!! Could i bother you with one more question i am trying to put a small logo instead of the text up on the header but i am unsuccessful so far…any tips?
this is what I put on style css
#branding {
padding: 20px 0 10px;
#blog-title a {
background:url(imageurl.png) no-repeat top left;
text-align: left;
}
@cupid4 sure.
#navigation {
text-align: center;
}
#nav {
left: auto;
margin: 40px 20px 0 20px;
right: auto;
}
bojankibebe – we have no such ID’s in bp-default so can’t say what’s going on with your styles
@mercime thanks! that look great with my header image, actually that edit alone can go on published child theme named ” buddypress centered ”
I see..any ideas on how to put the logo up instead of the text on the header with the bp default theme?
@mercime can you please guide me what to edit in the above code to work with Arabic website? I tried to do that to Arabic but never centered, the navigation stay the same.
@cupid4 that would be in this CSS file at buddypress/bp-themes/bp-default/_inc/css/default-rtl.css that’s enqueued in bp-default and automatically enqueued in child theme
@mercime Thanks so much, found file and worked well now