New Landing How can we help? Themeforest Theme Support Uplift Default theme responsive breakpoints?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #307406
    Adrenaline22
    Member
    Post count: 183

    What are the default theme breakpoints for Desktop->Tablet->Phone ?

    #307408
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    We use the bootstrap front-end framework so it’s based on their grid. A broad example would be:

    /*==========  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) {
    
        }
    #307410
    Adrenaline22
    Member
    Post count: 183

    Thank you!

    #307411
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register