BuddyBoss Home – Web Support Forums Themes Boss. theme Help with Directory Dashboard Buddypress Page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #64752
    @hoollaaconnect

    Hi there,

    I’m struggling to find the right CSS code to set the Sabai directory Buddypress page right. It is supposed to be a page where users can manage their business listings in their Buddypress profiles.

    The problem only occurs on mobile but is fine on other devices. I have attached a screenshot of the issue on mobile.

    Thanks for the great support and the usual working code.

    Cc: @anve (I see you already created a profile on the site so it might be quicker for you to resolve the issue)

    Answers

    #64897

    Anonymous
    @

    Hi @hoollaaconnect
    Please wait for a while, @anve will check at you site shortly.
    Regards
    Varun Dubey

    #65109
    @anve

    Hi @hoollaaconnect,

    Try adding following css in child theme custom css option.

    
    @media screen and (max-width:479px){
    .directory #buddypress div.item-list-tabs#object-nav ul li:not(#members-order-select):not(#groups-order-select):not(#blogs-order-select) {
      width: 80px;
    }
    .directory #buddypress div#subnav.item-list-tabs ul li:not(#members-order-select):not(#groups-order-select):not(#blogs-order-select) {
      width: 100%;
    }
    }
    

    Regards
    Anve

    #65115
    @hoollaaconnect

    @anve

    Thanks for another working code.

    @vapvarun

    Resolved. thanks.

    #65116

    Anonymous
    @

    Great, I will close this thread, feel free to create new for any further queries
    Regards
    Varun Dubey

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Help with Directory Dashboard Buddypress Page’ is closed to new replies.