Skip to content
Public Ticket #7265

Css media mobile / tablet / desktop sizes

Conversation thread

Penci Design replied

Staff Reply

Hi,

List of css media screen popular :

@media (min-width: 1100px) and (max-width: 1450px) {}
@media screen and (max-width: 1400px) and (min-width: 1200px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1240px) and (min-width: 992px) {}
@media screen and (max-width: 1170px) { }
@media screen and (min-width: 1024px) {}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 991px) and (min-width: 600px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}

If you want  reponsive with  vc , please edit shortcode then go to  Reponsive tab  as screenshot http://prntscr.com/mwqjq2

Best Regards,

PenciDesign

daimpa started the conversation

Conversation Start

Hello, could you please list the css media sizes used by your theme?

e.g.:

mobile: @media (max-width: 460px)

tablet: @media (min-width 460px) and (max-width: 900px)

Want to join this conversation or access attachments? Sign in first.