Can I change the alignment of the tabs from currently horizontal to vertical? How to do that?
Can I show the profile in full width?
Thank you very much!
Hi Sandor,
It depends on your theme. Are you using a custom theme? Which theme are you using?The theme mostly determines the markup for the placement of navigatin menus. It is possible to do both of the above but will depend on the theme.
If you can provide more details about your theme, I may be able to suggest some option.
Thank you
BrajeshThank you, very kind. Please advise.
We are using the old theme (not Nuveau).
Thanks!
Please visit Dashboard->Appearance->Customize and then click on “Additional CSS”
Add the following css there
@media screen and (min-width: 55em) { #buddypress #object-nav { border-right: 0 none; float: none; margin-right:0; width: auto; } #buddypress #object-nav ul li { float:left; } }
That should do it. Please let me know if it works or not?
Regards
Brajesh
You must be logged in to reply to this topic.