css - Regarding div size -


basically, on 1 of pages of website, have div 60% width, in of content stored.

my problem is, when try site on different, lower resolution monitors, of content in div ends being cut out.

i don't want increase width, have no ideas on how fix issue without doing so.

you can use media queries change style rules based on factors device-width , resolution:

https://developer.mozilla.org/en-us/docs/css/media_queries

for example, adjust font-size in div based on size of viewport


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -