Skip to:
Content

bbPress.org

Opened 3 years ago

Closed 3 years ago

#3380 closed defect (bug) (worksforme)

Alignment of content is pushed down under avatar

Reported by: ajtruckle's profile ajtruckle Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.6.5
Component: General Keywords:
Cc:

Description

When I insert images I find that the content is pushed down to below the avatar on the left.

I thought I have raised this before but can't find it.

Attachments (1)

Alignment.png (60.9 KB) - added by ajtruckle 3 years ago.
Sample of issue

Download all attachments as: .zip

Change History (2)

@ajtruckle
3 years ago

Sample of issue

#1 @ajtruckle
3 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed
/* Correct blockquotes so that they dispplay correctly in the forum (don't push down from avatar) */
#bbpress-forums div.bbp-topic-content blockquote, 
#bbpress-forums div.bbp-reply-content blockquote, 
#bbpress-forums div.bbp-forum-content blockquote {
	clear: inherit;
}

I implemented the above. For some reason the blockquote was set to both. That was pushing it down.

Note: See TracTickets for help on using tickets.