Skip to:
Content
Pages
Categories
Search
Top
Bottom

How I can make the rows of a list look closer together?

  • @franciscorodrig70

    Participant

    I have installed the bbPress plugin. Everything appears on the screen correctly, except this screen:

    Salud

    Would you be so kind as to tell me how I can make the rows look closer together? I have tried everything that I know.
    WordPress version: 6.8.1
    bbPress version: 2.6.13

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

    Moderator

    Put this in the custom css/additional css part of your theme

    #bbpress-forums {
    	width: 85% !important;
    	margin: 0 auto !important;
    }

    you can amend the 85% to get the width you want

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