max-width : 1152px

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
abcd2014
Registered User
Posts: 74
Joined: Sun Feb 18, 2018 12:26 pm

max-width : 1152px

Post by abcd2014 »

Code: Select all

.wrap {
	....
	max-width: 1152px;
	min-width: 625px;
}
Is the max-width = 1152 related to mobile resolutions?
Or with some special reasons?
Or just a common value?

BTW: I want to change it to 1200, but I am afraid the 1200 is worse in some cases.

Thanks.

.
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2344
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦
Contact:

Re: max-width : 1152px

Post by P_I »

There is extensive discussion in Area51, the developer hangout, see the topic [RFC] Define max-width for prosilver - Development Discussion Board. I will defer to the phpBB developers in general, and @hanakin in particular, to explain the rationale.

As an admin and techie end user who uses dual 24" IPS monitors, I didn't like the change at first, but quickly realized that it does provide a better reading experience. YMMV.
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
User avatar
Hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 1065
Joined: Wed Dec 30, 2009 8:14 am
Name: Michael Miday
Contact:

Re: max-width : 1152px

Post by Hanakin »

1152px is 1200px when you add to it the padding of the body + buffer for the media query then looking for the closest value divisible by even increments of 12.
Post Reply

Return to “[3.2.x] Styles Support & Discussion”