Refreshing design – looks good even on widescreen displays
-
I really like the Flat theme. It displays perfectly on all sort of devices: smartphone, tablet, pc-display, ..
Unfortunately the theme didn’t scale well on widescreen displays. The developers helped me within 24 hours to get it fixed. Just add the following three lines of code to the additional CSS section in the WordPress-customization window (only available in latest WordPress version):#page { max-width:100%; }
@media (min-width: 1200px) {
.container { width:100%; }}
I’m particularly happy that the developers helped me within 24 hours to get the issue solved. That’s great service!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Refreshing design – looks good even on widescreen displays’ is closed to new replies.