Page does not adjust to its full width on iPad and mobile phones – twentyeleven
-
I am building a website with static page and menus.
Everything looks good on computers but when viewed on ipad or mobile phones, it does not adjust to the screen’s full width.I tried many things but no luck.
My css (child theme) looks like this…@media (max-width: 960px) {
#page {
min-width: 500px;
}@media (max-width: 450px) {
.alignleft { float: left; }
.alignright { float: right; }
}
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Page does not adjust to its full width on iPad and mobile phones – twentyeleven’ is closed to new replies.