Resizing window breaks fixed-width Twenty Eleven theme
-
Website is here: https://www.creatorshub.com
Managed to get it to a fixed width in my child theme by adding the following code:
#page { clear: both; max-width: none !important; overflow: hidden; padding: 0; width: 1024px !important; } #primary {overflow: hidden;} .entry-content {width: 100%; clear: both; overflow: hidden;} .alignright{float: right;}
I read in another post that this fixed all issues for people. It did fix the width, but it breaks when I resize the browser window (the sidebar appears below the content).
Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Resizing window breaks fixed-width Twenty Eleven theme’ is closed to new replies.