Jump to content

How to disable responsive option in prestashop 1.6?


Recommended Posts

Yes, this is the correct answer. Easiest way would be to remove all media queries for less than 1200px if you want no responsive states.

Link to comment
Share on other sites

  • 1 year later...

Yes, this is the correct answer. Easiest way would be to remove all media queries for less than 1200px if you want no responsive states.

 

Hi, I did edit the global.css file in my template and removed (commented) this:

@media (max-width: 480px) {
.modal {height: 500px;position: fixed;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
.modal.fade.in{top: 5px;}
.modal-body{max-height: 2400px;}   
}
    @media (max-width: 480px) and (max-height: 500px){.modal{ height: 450px[spam-filter]
    @media (max-width: 480px) and (max-height: 450px){.modal{ height: 400px[spam-filter]
    @media (max-width: 480px) and (max-height: 400px){.modal{ height: 350px[spam-filter]
    @media (max-width: 480px) and (max-height: 350px){.modal{ height: 300px[spam-filter]
    @media (max-width: 480px) and (max-height: 300px){.modal{ height: 250px[spam-filter]
    @media (max-width: 480px) and (max-height: 250px){.modal{ height: 200px[spam-filter]
    @media (max-width: 480px) and (max-height: 200px){.modal{ height: 150px[spam-filter]

So far I can still see the mobile version of my theme... :(

 

Anything else I can try???

 

 

Thank you.

Ernesto.

Link to comment
Share on other sites

×
×
  • Create New...