#7917 closed defect (bug) (fixed)
Twenty Seventeen theme unresponsive due to broken layout
| Reported by: | elhardoum | Owned by: | djpaul |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2.0 |
| Component: | Templates | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
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.
Attachments (1)
Change History (8)
#2
follow-up:
↓ 3
@
8 years ago
Can you confirm if you're using the Nouveau or Default template pack? You can find the setting in wp-admin > Settings > BuddyPress, one of the tabs.
#3
in reply to: ↑ 2
@
8 years ago
Replying to DJPaul:
Can you confirm if you're using the Nouveau or Default template pack? You can find the setting in wp-admin > Settings > BuddyPress, one of the tabs.
Thanks Paul. I am using the default template pack (BuddyPress Legacy). Using BP Nouveau this does not occur, as this template pack does not have stylesheets for themes (e.g twentyseventeen.scss in this case).
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In
src/bp-templates/bp-legacy/css/twentyseventeen.scss:2863+ position: relative;