Skip to:
Content
Pages
Categories
Search
Top
Bottom

reduce main forum spacing

  • @michaellanfield

    Participant

    Hello. My new site is not up yet, so I cannot give a link, however, what I would like to know is that on the main page of the bbpress forum, the category name and description for all the forum, has too much space in between them. I would like to reduce the spacing in between all category names/description. How to do this?

    When you look at the screenshot of the website page in particular, you will notice the spacing is large between New and Updates and the description and also between the other categories and their description. I want to be able to see more categories on the page and compact the line spacing. Thank you.

    Wordpress version – 4.8.1
    bbpress version – 2.5.13
    screenshot – https://ibb.co/hZysHQ

Viewing 8 replies - 1 through 8 (of 8 total)
  • @robin-w

    Moderator

    my pc doesn’t like your site link

    @michaellanfield

    Participant

    here is the image.

    @vinod-dalvi

    Participant

    It’s hard to help you without accessing your site but please try using below CSS code on your site as described here http://freewptp.com/how-to-use-custom-css-in-wordpress-site/ to reduce spacing.

    #bbpress-forums .bbp-forum-info .bbp-forum-content {
        margin: 0 !important;
    }

    @michaellanfield

    Participant

    Here you go. Thanks for the help.
    https://www.thosecrazyvegans.net/forum

    @michaellanfield

    Participant

    This works great. Thanks. However, there are no lines in between each category, so it can be a little hard to read and understand. Where is the box and lines that goes in and around the forum?

    @vinod-dalvi

    Participant

    I can see the lines in your shared forum.

    To reduce spacing you can also try using below CSS code.

    .bbp-forum-info .bbp-forum-title {
        margin-bottom: 0;
    }

    @michaellanfield

    Participant

    I see. thank you, worked like a charm. 🙂

    @vinod-dalvi

    Participant

    @michaellanfield You are always welcome here 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar