Viewing 1 replies (of 1 total)
  • Hi!
    You should find this in your css:

    /* =Responsive
    ----------------------------------------------- */
    
    @media screen and ( max-width: 1200px ) {
    #page {
    width: 600px;
    }

    and so on till the end (this is all about mobile versions, most in the end of the code)

    And you delete it all till the end of the code. But be sure you have saved it bevor deleting somewhere so, that you can every time let it back.

Viewing 1 replies (of 1 total)
  • The topic ‘Different screen, different appearance’ is closed to new replies.