Comments daimpa started the conversationMarch 11, 2019 at 1:26pmHello, 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) 501Penci repliedMarch 12, 2019 at 10:18amHi,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/mwqjq2Best Regards,PenciDesign Sign in to reply ...
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)
Hi,
List of css media screen popular :
If you want reponsive with vc , please edit shortcode then go to Reponsive tab as screenshot http://prntscr.com/mwqjq2
Best Regards,
PenciDesign