Opened 15 years ago
Closed 15 years ago
#1874 closed defect (bug) (no action required)
Register-page CSS Bug?
Reported by: | 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)
Change History (2)
Note: See
TracTickets for help on using
tickets.
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.