Viewing 1 replies (of 1 total)
  • Plugin Author codebycarter

    (@codebycarter)

    I noticed you’re using an SMF forum, have you deactivated or removed WPBB? Anyway this is all you have to do:

    Open wp-bulletin-board/css/wpbb-light-style.css and find around line 182:

    .wpbb-topic-and-post-content {
    	min-height: 50px;
    	min-width: 500px;
    	white-space: pre-line;
    }

    Replace with:

    .wpbb-topic-and-post-content {
    	min-height: 50px;
    	min-width: 500px;
    	white-space: pre-line;
    	text-align:left;
    }

    If you’d be able to display a screenshot of the other parts you wanted aligned differently that’d be great as I’m not 100% sure which part you meant as it all seems to be aligned that way.

    Will mark this as resolved but feel free to post here again.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘The Posts and Descriptions have centre alignment’ is closed to new replies.