#3494 closed enhancement (fixed)
Make BP-Default Responsive
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | major | Version: | |
Component: | Templates | Keywords: | ui-feedback close |
Cc: |
Description
The BP Default theme could use some responsiveness. Thinking of using...
add_theme_support( 'bp-default-responsiveness' );
...so existing child themes don't get borked by including a new bunch of unplanned CSS.
Change History (14)
#2
@
14 years ago
Ooo that rocks :). There is other stuff we could do with header and menus but would that be 1.6?
#3
@
14 years ago
Happy to see this! But we should limit what new stuff we're putting into 1.5 at this point in the dev cycle.
#4
@
14 years ago
I'm just stoked we've got some responsive going on huge woot from me on this one.
#8
@
14 years ago
The menu seems a bit of an issue with some length of words and lower devices. My suggestion for a solution would be perhaps something like this: https://github.com/mattkersley/Responsive-Menu.
Also the header maybe could do with a width: auto or something similar as if you update one large it repeats on smaller devices which probably isn't ideal? That or could be a bug perhaps if nobody else sees it with a custom header?
#11
@
14 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Please do not close tickets that aren't closed.
#12
@
14 years ago
- Keywords close added
Can we close this ticket and use specific tickets for specific problems? I gather it's pretty well finished.
(In [5005]) Add some responsiveness to bp-default. See #3494.