View Full Version : how do i fix this template?
collegeaces
06-04-2007, 06:54 AM
how do I fix this template?
https://vborg.vbsupport.ru/external/2007/06/30.jpg
ShawneyJ
06-04-2007, 06:58 AM
up load a style that suits 3.6.x it looks like a 3.5.x style. but sorry if im wrong :)
CyberAlien
06-04-2007, 07:07 AM
replace your spacer_open template with this:<!-- open content container -->
<if condition="$show['old_explorer']">
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" class="spacer-open">
<else />
<div align="center">
<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
<div class="spacer-open">
</if>and in extra css add this:.spacer-open { padding: 0 25px; }
.spacer-open .spacer-open { padding: 0; }
collegeaces
06-04-2007, 07:08 AM
by the way, it looks perfectly fine when im logged onto admin or moderator.
it only looks weird to guests and regular memebers,
any suggestions?
cyberalien's suggestion did the job.
thanks!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.