prosilver Special Edition

max-width in 3.2.7 update - prosilver Special Edition

max-width in 3.2.7 update

by Galixte de EzCom » Thu May 16, 2019 2:37 pm

Hi Paul,

before, the CSS contained this:

Code: Select all

.wrap {
	max-width: 850px;
	margin: 0 auto;
	padding: 13px 23px;
	border: 2px solid #FFF;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25);
}
Now this:

Code: Select all

.wrap {
	border: 2px solid #FFF;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25);
	margin: 0 auto;
	max-width: 1152px;
	padding: 13px 23px;
}
Why did you change the width of the style? That's what made this style so charming.
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.

Re: max-width in 3.2.7 update

by _Vinny_ » Thu May 16, 2019 7:06 pm

Galixte de EzCom wrote: Why did you change the width of the style? That's what made this style so charming.
850px it's pretty old, do not you think?
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10454
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius