Forums

Arghhh...Screen Resolution Problems... (2 posts)

  1. mrtumnas
    Member
    Posted 3 years ago #

    I'm new to CSS, I've been able to figure out a little here and there myself but this has got me stumped. When I change my resolution or resize the window of my blog all the page elements get squashed together or put on top of each other. (try looking at it in 800x600 and you'll see what I mean.)

    I'm assuming I need to set a fixed with of some sort, but I don't know what or where to enter the code. Please help!

  2. drewactual
    Member
    Posted 3 years ago #

    howdy...

    familiarize yourself with the CSS declarations:

    Max-width: /* can be px, %, em, whatever */
    Min-width: /* ditto */

    these need to follow :

    width: auto;

    if you use that one..
    Happy coding!! :-)

Topic Closed

This topic has been closed to new replies.

About this Topic