BuddyDev

Search

[Resolved] I need to change how many top level profile tabs there are

Tagged: 

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #18667

    Hi Phil,
    It’s a theme issue.

    Please add the following css to Appearance->customize->Additional CSS

    
        @media screen and (max-width: 666px) {
            body #buddypress div.item-list-tabs#subnav {
                height: auto;
            }
    
            #buddypress div.item-list-tabs#subnav ul li {
                float: none !important;
            }
        }
    

    The breakpoints is based on your theme.
    After it, clear the cache and let me know if it works for you or not?

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 66
    phil may on #18670

    perfect!

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #18671

    Thank you. Marking resolved.

You must be logged in to reply to this topic.

This topic is: resolved