New Landing How can we help? Themeforest Theme Support Neighborhood increasing width of boxed layout at largest screen sizes

Viewing 6 posts - 1 through 6 (of 6 total)
  • #196714
    MarieWorks
    Member
    Post count: 225

    Hi,

    Is it possible to increase the width of the boxed layout on extra large displays.

    The highest cut off at the moment seems to be at @media min width 1250px, which gives a 1200 width page

    On our 1920 x 1080 21″ monitors the website seems quite narrow in boxed layout and we wanted to increase it to something like 1500 px boxed. Is that possible?

    Thanks

    Chris

    #196720
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Chris,

    Not by default no, doing this would require possibly a large amount of CSS amends.

    You can add your custom CSS to the below for ultra widescreen displays:

    @media only screen and (min-width : 1824px) {
        /* Your Styles */
    }

    -David.

    #196750
    MarieWorks
    Member
    Post count: 225

    Hi David,

    Ah – i see what you mean – lots of css changes needed – is there no way to do this through a global setting that applies to all the containers within the main content container?

    Kind Regards,

    Chris

    #196803
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Not easily no, you would need to completely change the grid CSS which is based on BootStrap. This is no small task and would likely require the skill of a front-end developer.

    – David.

    #196805
    MarieWorks
    Member
    Post count: 225

    ok no worries – thanks for looking into it 🙂

    #196806
    David Martin – Support
    Moderator
    Post count: 20834

    No problem.

    – David.

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