My theme contains special page templates for BuddyPress extensions: wp-content/themes/OneCommunity/groups/single/plugins.php wp-content/themes/OneCommunity/members/single/plugins.php ...but some BP plugins use own page templates. They are in the plugin folder. For "BP Album" they are here: wp-content/plugins/bp-album/includes/templates/album/pictures.php wp-content/plugins/bp-album/includes/templates/album/single.php You will find them very easy, their code starting from .... MODIFICATION (move 1 starting div and add div wrapper): You have to open page templates, cut following DIV:
and paste just after item-header div (before tabs):
...
Also you have to add div wrapper after tabs: Paste following DIV after tabs:
... and paste closing DIV just before
paste -
================================================ AN EXAMPLE BEFORE MODIFICATION (DEFAULT FILE): ================================================

================================================ AFTER MODIFICATION: ================================================