i want to try to figure this out before i ask for help lol
i cannot find the css tag for page-header in the css file, in overall header here is the code, im trying to isolate the issue but i cannot find page-header in any of the theme css files.. lol where is it ??? lol
i need to check the width if it has one because it might be wrapping..
here is my code for this portion of the overall header..
Code: Select all
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
<div id="page-header">
<div class="bg4mainlogo"> <!-- was headerbar-->
<div class="inner"><span class="corners-top"><span></span></span>
<div style="height: 120px;"> <!-- this adds the div for the header bg mult color image -->
<div id="site-description">
<!-- put in multicolored background -->
<div class="specialblk">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
<div class="specialimg"><img src="http://www.datingsiteownerforum.com/images/heartglobe.gif" border="0" alt="" /></div>
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div>
<span class="corners-bottom-square"><span></span></span></div>
</div>
</div> <!-- close spacialblk -->
</div><!-- end div for new add for bg header above -->
<!-- INCLUDE menu.html -->