BuddyBoss Home – Web Support Forums Solutions Social Learner CSS Advice: Remove vertical space but only on Group Forum & Topic Pages?

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

    #60460
    @mln83

    Hi guys,

    I am making some minor changes to the design and would like some advice on how to remove the vertical space on Group Forum & Topic Pages.

    I am using the following CSS:

    #buddypress div#item-nav {
        margin-bottom: 0;
    }

    But it also affects other pages like Group Members, Send Invites, etc…

    Any advice?

    Best regards,
    Michael

    Answers

    #60727
    @anve

    Hi @min83,

    Please try applying the following css in child theme’s custom css option to remove vertical gap from Group Forum pages only.

    
    body.my-groups #buddypress #item-nav {
      margin-bottom: 0!important;
    }
    body.forum #buddypress #item-nav {
      margin-bottom: 0 !important;
    }
    

    Please attach a screenshot for the vertical gap issue in Topic pages .

    Regards.
    Anve

    #60745
    @mln83

    Perfect! It also changes the CSS on Forum topic / reply pages.

    Thanks @anve! 🙂

    #60859

    Anonymous
    @

    🙂 i will close this topic
    Feel free to create new for any further queries.
    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘CSS Advice: Remove vertical space but only on Group Forum & Topic Pages?’ is closed to new replies.