Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Sooooolved!] Problem With Responsive Web Design HELP MEEEEE…!!!!!!!

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #34624
    Taufik Nurrohman
    Participant

    Can you help Me? I have practiced @media for responsive web design on my blog (See my blog and resize the window!), but there is something odd. The dimension of #sidebar-wrapper and #main-wrapper could not be seen, but instead shrank as if it could determine the division of the lid.
    Anyone have the answer?

    This is what I did:

    @media screen and (max-width: 860px) {
    #out-shadow{margin:0 auto 500px;}
    #main-wrapper{
    float: none;
    width: 100%;
    }
    #sidebar-wrapper{
    float: none;
    width: 100%;
    }
    }

    Pleeeeeeeaaseeeeeeeeeeeeee.. Hhhhhhhhhhheeeeeeeellllllllllpppppppppppppppp meeeeeeeeeee!!!!!!!!! >_<

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.