I'm having a weird problem with the mobile version of the theme : the frontpage content region diplays OK with sidebar blocks under it, but when viewing the blogs or forums page, the first block of the sidebar gets displayed on the left and the main content region is very narrow and on the right (see attached screenshots).
I tried looking at the css and the templates, but couldn't for the life of me figure out what's wrong !
Any ideas?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | fix_mobile-1996810-1.patch | 511 bytes | PascalAnimateur |
| Capture du 2013-05-16 19:07:15.png | 88.1 KB | PascalAnimateur | |
| Capture du 2013-05-16 19:07:25.png | 107.83 KB | PascalAnimateur |
Comments
Comment #1
PascalAnimateur commentedFound a solution by adding auto width definitions in the @media screen and (max-width: 960px) section.
Here's a patch... hope this helps somebody !
Comment #2
mheinke commented@PascalAnimateur
thank you for submitting this patch, i will review it asap.
thank you again!
Comment #3
PascalAnimateur commentedThe patch only works when the second sidebar is the only one present... I'll look into a better patch that works with any combination of sidebars soon... stay tuned !
Comment #4
mheinke commentedthanks!
Comment #5
Creator1 commentedI had the same issue.
The fix is:
@media screen and (max-width:960px){
#content{width:100%!important}
}
Comment #6
mheinke commented