New Landing How can we help? Themeforest Theme Support Dante Restrict fullest responsive width

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #38459
    bssmithy
    Member
    Post count: 55

    So, I know from researching the forum that it’s quite difficult to specify the width of the site. But here’s my question. The fullest width appears to be 1,140px from what I can tell, and the width just down from that if you resize the browser is 940px wide. Is there any way to prohibit the responsiveness from jumping up to that fullest width? Because 940px is actually the perfect size for the main content of my site, and I’d like for that to be the fullest width (and then be able to scale down for tablets and mobile, of course). That way everything would line up nicely for me, since I size my images to 940px wide on my blog.

    Can this be done with a little CSS code or something?

    Thanks!

    #38565
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    You can set it to 970 here is the custom css code

    @media (min-width: 1200px){
    .container {
    width: 970px !important;
    }
    }

    Thanks
    Tahir

    #39340
    bssmithy
    Member
    Post count: 55

    Thank you SO much. That’s a huge help!

    #39754
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    Glad to be of help.

    Thanks
    Tahir

    #40163
    Petercity
    Member
    Post count: 107

    +1, I just play with your code to have 300px sidebar. I think this the easiest way to reduce the sidebar size without break any feature of the theme.

    @media (min-width: 1200px){
    .container {
    width: 1010px !important;
    }
    }

    Thanks

    #40553
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hey guys,

    While this does work for most of the content, it won’t work with carousels as these need fixed width assets, and such all our sizes are set up for 1200px width.

    I’ve got a 940px option on the list for the update after next though!

    – Ed

    #41853
    bssmithy
    Member
    Post count: 55

    That sounds great! Thanks a ton, Ed.

    #42322
    Tahir – SUPPORT
    Member
    Post count: 1212

    ๐Ÿ™‚

    #44697
    bssmithy
    Member
    Post count: 55

    I also just wanted to note, not only are the carousels affected, but the parallax areas don’t stretch the full width of the page either if the width is reduced.

    Just a note if you are indeed adding a 940px option to the next update ๐Ÿ˜‰

    Thanks!

    #45187
    Tahir – SUPPORT
    Member
    Post count: 1212

    Thanks for your feedback guys.

    -Tahir

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