Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1928202
Css media mobile / tablet / desktop sizes
Closed

Comments

  • daimpa started the conversation

    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)

  •  501
    Penci replied

    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