[Réglé] Dimension Forum phpbb3

WRInaute occasionnel
Bonjour,

Comment adapter la taille de mon forum phpbb3 à la taille de tout les écrans de façon automatique ?
car là sous mon pc portable (15") c'est bon mais sur le pc de bureau (17") le forum sort de l'écran.

http://www.creadunet.com

Merci

voici le morceau du .css

Code:
#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	padding: 0;
	width: 1200px;
	margin: 0 auto;
}

#wrapcentre {
	background: #FBFBFB;
	text-align: left;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}
 
WRInaute occasionnel
Bon voilà ce que j'ai fait et sa marche

Code:
#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background-repeat: repeat-x;
	padding: 0 25px 15px 25px;
	padding: 0;
}

Ciao
 
Discussions similaires
Haut