he means common.css just to clarify but I would ask them to report their resolution their are using and possibly add a new media query to accomodate. Also if you could provide that back here for our own research that would greatly help us.JustChise wrote:I've got the same complaint from some users and while I haven't done it yet, I believe all you need to do is change the max-width for the #wrap under 'Main blocks' in common.php for the given style. I was going to calculate a percentage of 1152 (the max-width now) divided by the normal 1240 resolution.
Yes, sorry, I meant common.css and not .php. Haven't slept yet as I've been building a test server locally to troubleshoot some issues.Hanakin wrote:he means common.css just to clarify but I would ask them to report their resolution their are using and possibly add a new media query to accomodate. Also if you could provide that back here for our own research that would greatly help us.
Code: Select all
/* Main blocks
---------------------------------------- */
#wrap {
border: 1px solid transparent;
border-radius: 8px;
margin: 0 auto;
max-width: 1152px;
min-width: 625px;
padding: 15px;
}
no, sort of newbish question really. responsive is constantly confused with fluid. They are not the same thing and actually no related at all for the most part.Lumpy Burgertushie wrote:curious, in a responsive design, doesn't having a fixed width of 1152 pixels seems to defeat the purpose of being responsive.
It is, just have two windows open side by side. Why give all that space to just one thing especially a forum.JustChise wrote: Seems like wasted space.
I agree. I have been designing internet brochures and websites since 1994. The best project recently launched in The House of Commons by The Prime Minister. Part of the magic of the site at hand was its variable parameters (adaptive!!!!) which allowed it to self format regardless of the a) screen resolution or b) monitor being used.JustChise wrote: Sat Nov 15, 2014 7:15 am...//... while I am familiar with the responsive/fluid design concepts, I just personally don't see what the big deal is if some board admins want to tailor the design to take full advantage of the size of the monitor. ...//...
\styles\prosilver\theme\common.css
and it seems to work perfectly for a nice fluid layout.