BuddyBoss Home – Web Support Forums Solutions Social Portfolio Remove The Projects Sidebar on Activity Stream

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

    #67858
    @heavenlygiftedpeople

    Hi,

    How do I remove the project bar from the activity stream so only the activities show on this tab? I want to remove what’s in yellow on the attached image.

    Thanks guys!

    Answers

    #68216
    @vapvarun

    Hi @heavenlygiftedpeople
    You can use following custom css to display activity in full width.

    
    #buddypress .plugin-active #activities-content {
        width: 100% !important;
    }
    
    #buddypress div#item-body #profile-activity-sidebar {
        display: none !important;
    }
    

    Regards
    Varun Dubey

    #68316
    @heavenlygiftedpeople

    Hi,

    I entered this code in my CSS section and it didn’t do anything. The side panel with projects is still visible. What did I do wrong? I just want to have the activity feed full width on the page and remove the projects that are shown to the right.

    #68803
    @vapvarun
    #68817
    @heavenlygiftedpeople

    Thank you Varun. I downloaded the Simple CSS plugin and it’s working perfectly now.

    Many thanks!

    Close.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Remove The Projects Sidebar on Activity Stream’ is closed to new replies.