[buddypress-trac] [BuddyPress Trac] #7917: Twenty Seventeen theme unresponsive due to broken layout
buddypress-trac
noreply at wordpress.org
Wed Jul 4 23:50:22 UTC 2018
#7917: Twenty Seventeen theme unresponsive due to broken layout
--------------------------+-----------------------------
Reporter: elhardoum | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Keywords: has-patch
--------------------------+-----------------------------
In many pages, we have unresponsive layout with a horizontal scroll bar,
all due to a screen reader text label with the following CSS properties:
```
float: left;
margin: 0;
width: 70%;
```
taking more width than its parent form.
This occurs in the following pages (at least):
- members index
- groups index
A simple solution was to add `position: relative` to the parent form.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7917>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list