- Adres van je forum: http://www.hetscootmobielforum.nl
Event. modificaties op je forum:proformell
Wanneer ontstond het probleem?n.v.t.
phpBB versie:3.0.12
Heb je onlangs iets veranderd aan je forum?nee
Wat is het probleem? 
Hoe krijg ik de header correct weergegeven wanneer ik de boel verklein ?
common.css file zoals nu
Code: Selecteer alles
/* Main blocks
---------------------------------------- */
#wrap {
	padding: 0 10px;
	width: auto;
	margin: 0 auto;
	min-width: 600px;
}colours.css file zoals nu
Code: Selecteer alles
#box {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	padding: 0;
	text-align: left;
	width:70%;				/* <-- use this to tie width to viewport size */
	min-width: 660px;
	max-width: 1450px;
}
Code: Selecteer alles
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: #FFFFFF url("{T_THEME_PATH}/images/header_bg.png") no-repeat 50% 0;
	max-width: 1500px;
	height: 150px;
	color: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 4px;
	min-width: 590px;
}