forum max-width: 1400px;

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
frnksttrhn
Registered User
Posts: 53
Joined: Sun Jan 14, 2018 2:04 pm

forum max-width: 1400px;

Post by frnksttrhn »

LS
I use phpbb 3.2.2.
http//www.clicks4you.nl/phpBB1

I want my forum wider so I changed the width in max-width: 1400px; at root/html/phpBB1/styles/prosilver/theme/common.css
without result.
Frank
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: forum max-width: 1400px;

Post by Lumpy Burgertushie »

you have to purge the cache after making changes to the style.

also, you need to change your common.css you have both maximum and minimum set to 1400 px you need to change the minimum back to 625

the way you have it set now it creates a horizontal scroll even on my 32 inch monitor.

you probably should change the 1400 to something like 1200 or 1250 etc.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
frnksttrhn
Registered User
Posts: 53
Joined: Sun Jan 14, 2018 2:04 pm

Re: forum max-width: 1400px;

Post by frnksttrhn »

thnx
problem solved
issue was partly due to the settings of my computerscreen.
Width 1400 is ok. Indeed on Ipad you need horizontal scrolling.
Frank
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: forum max-width: 1400px;

Post by Lumpy Burgertushie »

I have a 32 inch monitor when I set it to 1400 px wide I still see the horizontal scroll bar on your site.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Ibedejo
Registered User
Posts: 243
Joined: Tue Feb 21, 2012 12:12 am

Re: forum max-width: 1400px;

Post by Ibedejo »

This is due to the value for min-width in

Code: Select all

.wrap {
	border: 1px solid transparent;
	border-radius: 8px;
	margin: 0 auto;
	max-width:1400px;
	min-width: 1400px;
	padding: 15px;
}
still being set to 1400px.
Reduce this to the original value of 625px.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: forum max-width: 1400px;

Post by Lumpy Burgertushie »

right, as I said above as well.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Post Reply

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