TwentyEleven – Stop sidebars moving below content in small browsers
-
I’m trying to make this twentyeleven child site work better on the iPad.
At the moment the sidebar is still moving below the content when I reduce the width of the browser.
I’ve removed this code from the header:
<meta name="viewport" content="width=device-width" />
I’ve removed all the code from style.css.
I’ve added this code to style.css:
#page { clear: both; max-width: none !important; overflow: hidden; padding: 0; width: 690px !important; } #primary {overflow: hidden;} .entry-content {width: 100%; clear: both; overflow: hidden;} .alignright{float: right;} .alignleft{float: left;}
But it’s still not working. I’m stuck.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘TwentyEleven – Stop sidebars moving below content in small browsers’ is closed to new replies.