Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #354353

    Hi,

    In my setup, the content of the sidebar breaks at small screen resolution/browser width (Dimensions at 70% for Content + Sidebar; Ratio 73/27%):
    http://responsivepx.com/?www.ergoschiers.ch#763×480&scrollbars

    Is it possible to set a minimum width for the content + sidebar, so thant the sidebar/content width gets fixed, if the browser width falls below a certain value, instead of further shrinking due to the fluid layout?
    -> I would really apreciate to have an option in General Layout -> Dimensions to set a minimum content witdth (suggestion for the next theme update ;-) )

    Thanks

    #354367

    …just found it myself:

    @media only screen and (max-width: 1140px) and (min-width: 768px) {
    .responsive .container {
    width: 800px;
    }
    }

    But would still be nice, to have the option in the design options ;-) …

    • This reply was modified 10 years ago by albiurs.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘min. width for content’ is closed to new replies.