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?

Comments

PascalAnimateur’s picture

Status: Active » Needs review
StatusFileSize
new511 bytes

Found a solution by adding auto width definitions in the @media screen and (max-width: 960px) section.

Here's a patch... hope this helps somebody !

mheinke’s picture

@PascalAnimateur

thank you for submitting this patch, i will review it asap.

thank you again!

PascalAnimateur’s picture

The 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 !

mheinke’s picture

thanks!

Creator1’s picture

Priority: Normal » Critical

I had the same issue.
The fix is:

@media screen and (max-width:960px){
#content{width:100%!important}
}

mheinke’s picture

Issue summary: View changes
Status: Needs review » Closed (fixed)