• I’ve set up my site using a heavily customized version of NomNom (Twenty Eleven child theme), and I’m getting one puzzling behavior: When I resize the browser window below a certain width, my sidebars get bumped to the bottom of the page and all my links stop being clickable:

    http://www.fieldofschemes.com/

    I’ve tried setting a min-width of 750px in both .three-column #page and
    .three-column #primary, but that only stops the banner/navbar from shrinking further.

    Any ideas for how to force the content section not to go below 750px? Right now iPad readers in particular are getting an unusable page…

Viewing 1 replies (of 1 total)
  • Hi There,
    So it looks like you set it on #page correctly. However, #page is not wrapping the rest of your content which is why your #page area is remaining at 750px but the rest is not. Try setting a min-width of 750px on the following:

    #main {min-width: 750px;}

    Hope that helps! cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘troubles with min-width’ is closed to new replies.