Modernize Theme page width
-
All,
Modernize advertises itself as a “responsive” design, but the first responsive rule, written clear back in 1995, said that for the page to be responsive in the browser it must never use fixed width for page width and page width must be declared in %.
I have a set of pages/sites with Modernize theme, and need them to meet the “responsive” mandate. Dumping the source out of the page I found:
<style type="text/css" media="screen"> html { margin-top: 32px !important; } * html body { margin-top: 32px !important; } @media screen and ( max-width: 782px ) { html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } } </style>And the 782px is the fixed page width, which I can tell with zoom out (‘ctl’+’-‘) on the page.
Searched the code and can not find it. Must be in the DB, but where!
All help appreaciated!
OMR
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Modernize Theme page width’ is closed to new replies.