Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile Fields ABOVE the Profile Iteam NAV


  • coolhunt
    Participant

    @coolhunt

    Hey guys,

    the problem…
    – when a user profile is being viewed the NAV that contains (‘profile, ‘activity’, etc..) are above the Profile Fields such as the name, etc..

    Is there a way to move the Profile Nav mechanism below the Profile Fields entries..

Viewing 2 replies - 1 through 2 (of 2 total)

  • Brajesh Singh
    Participant

    @sbrajesh

    Hi,
    Are you using BP Nouveau? If yes, It is easily doable with CSS

    
    .bp-user .bp-wrap{
    	display:flex;
    	flex-flow: row wrap;
    }
    .bp-user .item-body{
    	width: 100%;
    }
    .bp-user .bp-wrap .main-navs{
    	width: 100%;
    	order:2;
    }
    
    

    Please put that into Appearance->Customize->Additional CSS and it will move the main nav after the content(The above css does it for all contents including activity etc., if you only want it for profile, Please do let me know ).

    Regards
    Brajesh


    coolhunt
    Participant

    @coolhunt

    @sbrajesh

    that worked really well…
    im dying in anticipation for @buddydev new theme..

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar