Move Media Button Location

Is it possible to move the Media button location in a buddypress user profile? Currently it has positioned itself in a very weird location: http://screencast.com/t/lFtnJo79Spz

Thank you in advance for any help you can provide

@AliceKaye Its a theme related styling. You can manage the menu items from theme itself.
If you see on our demo sites, its showing at fine position http://demo.rtcamp.com/rtdating/members/admin/profile/ http://demo.rtcamp.com/inspirebook/members/admin/profile/

Thanks,

–Nitun

Thanksfor the reply. :slight_smile: I figured it was theme oriented. Do you happen to know what page controls this particular thing, so that I can take a look at the code and see if I can adjust it accordingly?

Thanks!

Hi @AliceKaye,

rtMedia uses hook to add media tab in BuddyPress user nav. This should be handled in theme only. You can adjust theme using css which you can add in your theme’s style.css file. If major changes required than I suggest to override BuddyPress templates in your theme. You can check this doc: https://codex.buddypress.org/themes/ for more information.