
Cloud MLM Software is bundled with latest front-end technologies like HTML 5,CSS 3 and frameworks like bootstrap and initializer. We are using bootstrap grid system which offers responsiveness in all devices. So it can be used in all mobile screens. Without overflows, it will adjust with the screen.
When you resize a page, or you change your view in smartphone browser, software adapts the device orientation and width. Allowing you to get a full experience of the software on your screen.
Each and every element of the software's front-end, is optimized for using in mobile devices. Our responsive mechanism makes you feel its designed for just the device you use, whichever it is.
Media queries
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px){
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px){
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
}
/*========== Non-Mobile First Method ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
}
Grid system
xs: 0,
// Small screen / phone
sm: 544px,
// Medium screen / tablet
md: 768px,
// Large screen / desktop
lg: 992px,
// Extra large screen / wide desktop
xl: 1200px
So, here it is, the responsive MLM software for your business, you can use in any device.
If you want to use another responsive design with Cloud MLM Software, that is also possible, we will integrate it for you.