Code: Select all
#page-wrap {width: 1017px;}
Code: Select all
<a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/logo.png" width="416" height="112" alt="" /></a>
<!--<div id="site-details">
{SITENAME}<br />
<span>{SITE_DESCRIPTION}</span>
</div>-->
Code: Select all
<div id="site-details">
{SITENAME}<br />
<span>{SITE_DESCRIPTION}</span>
</div>
Topic icons are different to forum icons, in that they're supposed to overlap. You'll find the same thing happens with prosilver. You would need to re-structure viewforum_body.html and edit content.css to give the topic icon its own column.Hottybottie wrote:Hi. Congrats on the release, i love this style im gonna keep it forever
however i have this problem with topic icons overlapping?
is there any way to fix this? thankyou
there is a problem when logging in or logging to acp....i get a cssless page for a second then i get the standard layout.
Code: Select all
<a href="{U_ACP}">{L_ACP} •</a>
Code: Select all
<a href="{U_ACP}"><span style="color: #123456;">{L_ACP}</span> •</a>
I've noticed this too. It's fixed by removing the following line from overall_header.html:there is a problem when logging in or logging to acp....i get a cssless page for a second then i get the standard layout
Code: Select all
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery-1.3.2.js"></script>