PDA

View Full Version : Fixed width for CMPS pages


len backus
02-14-2009, 12:09 PM
I want to create some CMPS pages with fixed width in a child style. vBulletin style manager allows you to fix the "main table width" but that is just for forum content. I want to fix the width including CMPS pages. How do I do that please?

Seven Skins
02-14-2009, 02:28 PM
Find in header template
<!-- logo -->

Add below:
<div style="width: 985px; margin: 0 auto;">


Find in footer template:
$ad_location[ad_footer_end]

Add below:
</div>

.

len backus
02-14-2009, 08:43 PM
Thanks much, it worked!