width of content depending on ppi of monitor
-
is there a way to set the content width depending on the ppi of the monitor? i mean the pixel width isnt everything, like my laptop is 1980 and its 15,6 inch, so everything seams smaller… u can get 15,6 with 1200 pixels, and then the content is way too big. how can i go about this?
@media (min-width: 1000px) { .entry-content { width:500px; margin-left:auto; margin-right:auto; } }
so far i have got this.
i would like to set the width depending on the resolution AND ppi of a monitor. is it possible?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘width of content depending on ppi of monitor’ is closed to new replies.