• Hi,

    I found out that the mobile version doesn’t work very well with spun.
    Is there a way to disable it?

    Thx

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 ‘How to disable the mobile device version?’ is closed to new replies.