Forums

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

Home Forums CSS Responsiveness does not work :(

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #172278
    rixx
    Participant

    Hi there,

    I’ve been editting some css code, but now the website isn’t responsive anymore…

    Only the header and the search bar are visible, but the rest is gone and I can’t figure out what I did wrong.

    Here is the url to the website: http://bit.ly/1qm0PyW

    Thanks in advanced.

    #172279
    Paulie_D
    Member

    I guess you have set display:none somewhere in a media query for a container of something.

    Like this

    @media only screen and (max-width: 759px)
    .hidden-phone {
    display: none !important;
    }
    
    #172285
    rixx
    Participant

    Ok, so iff i’m right it’s nog a css problem but a div problem. Am I right?

    #172301
    Paulie_D
    Member

    Looks like it’s partially fixed although clicking in the menu (actually it’s a <select> in ‘mobile mode’) causes the options to extend out of the browser window.

    Impressive.

    #172337
    rixx
    Participant

    Thnx for the reply guys!

    I’m still working on it, but i’m a bit of a newbie in css so I still have to learn a lot.

    I’ll copy/paste some css codes tommorrow.

    It’s bedtime over here right now.

    P. S. Iff you got some tips and tricks for me Let me know!

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