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
…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 ;-) …