Opened 15 years ago
Closed 10 years ago
#3651 closed defect (bug) (wontfix)
Email subscription bottom button gets squashed in default 1.5
| Reported by: | Sadr | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Templates | Version: | 1.5 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
I understand this is a plugin-specific issue, but while testing some other themes I've noticed that they display this plugin just fine.
In BP-Default the button displays like this:

Original plugin bug report:
http://wordpress.org/support/topic/plugin-buddypress-group-email-subscription-bottom-button-gets-squashed-in-default-15-theme
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
It's happening because of the negative top margin on div.pagination. It seems like a bad idea to put negative margins on a floated element without clearing properly, because it causes problems like this. But I'd like to hear from others about that.