New Landing How can we help? Themeforest Theme Support Flexform Fixed Size Site ("Site in a box")

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Flexform
  • #6954
    helloweb31
    Member
    Post count: 67

    Hi,

    Is it possible to define a fixed size of the site for all non-mobile browsers and screens, but to also keep the responsive mode for mobile devices? If yes, how to do it?

    With fixed size I mean like a fixed size box in which the site stays.

    On a side question: Which fixed box size would you recommend for the non-mobile screens 1280*1024?

    #6973
    Ben – SUPPORT
    Member
    Post count: 690

    If you set boxed layout in general settings there is a media query for

    @media only screen and (min-width: 1250px)

    so you can edit it their or you could use some javascript to define the box

    if( navigator.userAgent.match(/Android/i) ||
        navigator.userAgent.match(/webOS/i) ||
        navigator.userAgent.match(/iPhone/i) ||
        navigator.userAgent.match(/iPod/i) ||
        ){
    
     // Send Mobile Site
    
    }
    
    

    Personally I’ve always been a fan of 960 width but due to the increasing size of monitors and rez I’d say around 1140 is a safe bet

    Thanks
    -Ben

Viewing 2 posts - 1 through 2 (of 2 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