Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to get ride of empty space.


  • PascalKroeze
    Participant

    @pascalkroeze

    Hello,

    I am hosting a wordpress website with bbPress.
    Everything is working great, expect for 1 thing that is pretty annoying.
    How can I use the empty space, since I use 2x site bars, the space is already limited.
    Empty space

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robkk
    Moderator

    @robkk

    try this

    add it anywhere you add custom css

    #bbpress-forums .bbp-body div.bbp-reply-author {
    	margin: -15px 10px 10px;
    	min-height: 100px;
    	padding-left: 80px;
    	position: relative;
    	text-align: left;
    	width: 100%;
    }
    
    #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    	clear: none;
    	display: inline-block;
    	margin-left: 0;
    	word-wrap: break-word;
    }
    
    #bbpress-forums div.bbp-reply-author img.avatar {
    	position: absolute;
    	top: 15px;
    	left: 0;
    	width: 60px;
    	height: auto;
    }
    
    #bbpress-forums div.bbp-reply-author .bbp-author-role {
    	font-size: 12px;
    	font-style: normal;
    }
    
    #bbpress-forums .bbp-body div.bbp-reply-content {
    	clear: both;
    	margin: 10px;
    	padding: 0;
    }

    PascalKroeze
    Participant

    @pascalkroeze

    Thanks allot!

    That worked just great!

    Friendly regards,

    Pascal

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