Page 1 of 1

Portal corrupted after style change

Posted: 10. March 2015 13:41
by Barryoneoff
Your Portal Version: 2.1.x RC
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.eastlondonforum.co.uk

PHP Version: 3.1.3

What have you done before the problem was there?
Installed new style

What have you already tryed to solve the problem?
Nothing. Reverted back to old style.

Description and Message
I just installed the prosilver special edition style and everything looks great, until I go to the portal page. The centre column is printing vertically instead of horizontal! I have had to revert back to the normal style until I find a solution.

Re: Portal corrupted after style change

Posted: 10. March 2015 18:28
by Kirk
Hi
The style is too small, open root/styles/prosilver_se/theme/stylesheet.css
Find:

Code: Select all

max-width: 850px;
Replace with:

Code: Select all

max-width: 1152px;
additional changes:
purge your browser cache

Re: Portal corrupted after style change

Posted: 10. March 2015 21:29
by Barryoneoff
Absolutely brilliant! Thank you. :)