Before you ask please READ THIS

Disable responsive

edited July 2013 in Skyfashion Posts: 18
Is there way to disable mobile version of the theme? It is messy in my page.

Comments

  • Posts: 18
    any ideas?
  • Posts: 493
    Hi,

    Not at all but we can try to do it. In file common/css/skeleton/layout.css remove content as i signed it below:
    @media only screen and (max-width: 980px) {<remove content>}
    @media only screen and (min-width: 768px) and (max-width: 959px) {<remove content>}
    @media only screen and (max-width: 767px) {<remove content>}
    @media only screen and (max-width: 518px) {<remove content>}
    @media only screen and(max-width: 480px) {<remove content>}
    
    We dont recommend it at all because we other issues can reveal after that but you can try it.

    With regarsds
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!