New Landing How can we help? Themeforest Theme Support Neighborhood Disabling boxed Layout in Responsive View

Viewing 4 posts - 1 through 4 (of 4 total)
  • #291404
    cyclenoid
    Member
    Post count: 27

    Hi,

    I use the boxed page layout option on my site.

    Is it posible to disabled the boxed layout when viewing the site with small display devices (smartphones etc.)?

    Thank You
    Mario

    #291445
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (max-width: 479px) { 
    body {
      padding-left: 0;
      padding-right: 0;
    }
    }
    #291450
    cyclenoid
    Member
    Post count: 27

    Thank You, that worked perfectly!

    #291454
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem! 🙂

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 one of the following items
Login and Registration Log in · Register