BuddyDev

Search

Profile tabs horizontally / vertically alignment, show profile in full width

  • Participant
    Level: Initiated
    Posts: 5
    Sandor Paoli on #17545

    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!

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #17553

    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
    Brajesh

  • Participant
    Level: Initiated
    Posts: 5
    Sandor Paoli on #17556

    Thank you, very kind. Please advise.

    We are using the old theme (not Nuveau).

    Thanks!

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #17557

    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.

This topic is: not resolved