Coding-Spot

You are not connected. Please login or register

 
 
 

Setting Forum Width using CSS (All version)

Message (Page 1 of 1)

#1

Mark

Mark
 
Administrator
Administrator

Posted April 19th 2013, 8:40 pm

 
Hello!

Here's a simple tutorial on how to set your forum width using CSS, since some people do encounter problems while changing the forum width in a normal way (ACP > General > Forum > Configuration > Pages Structure > Forum Width).

- For PunBB: (All you need to do is to change the value 80 to your desired % width)
Code:
.pun {
width: 80% !important;
}

- For PhpBB2: (All you need to do is to change the value 80 to your desired % width)
Code:
.bodylinewidth {
width: 80% !important;
}

- For PhpBB3: (All you need to do is to change the value 80 to your desired % width)
Code:
#wrap {
width: 80% !important;
}

- For Invision: (All you need to do is to change the value 80 to your desired % width)
Code:
#ipbwrapper {
width: 80% !important;
}

Have fun! :):



https://coding-spot.darkbb.com


Message (Page 1 of 1)

Permissions in this forum:
You cannot reply to topics in this forum

In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests

Users browsing this forum: None