Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1874 closed defect (bug) (no action required)

Register-page CSS Bug?

Reported by: miguael's profile miguael Owned by:
Milestone: 1.2 Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

This isn't really obvious when using the default-theme. But when you have a child theme from bp-default where the #container background is set to none - you have a problem. The registration-fields get "cut off" - no background from a certain point (see screenshot).

I only changed the css and not the template-file...

Maybe it has something to do with "content" or "padder"?

Attachments (1)

registration.jpg (60.5 KB) - added by miguael 15 years ago.

Download all attachments as: .zip

Change History (2)

@miguael
15 years ago

#1 @apeatling
15 years ago

  • Resolution set to invalid
  • Status changed from new to closed

You need to set "overflow: hidden;" in your child theme on the containing element with the background to make sure it clears the floated columns.

Note: See TracTickets for help on using tickets.