Closed (fixed)
Project:
Professional Theme
Version:
7.x-1.8
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2013 at 23:14 UTC
Updated:
12 Dec 2013 at 22:40 UTC
Jump to comment: Most recent, Most recent file
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