I installed the CSS dropdown header. How can I stop it widening the entire site?
Printable View
I installed the CSS dropdown header. How can I stop it widening the entire site?
Well, its going to need to be a certain width for everything to fit, but my css drop down header mod should not widen cherry zen, since cherry zen is pretty wide. Could I see a link please?Quote:
http://hiquatec.com also the home and login link in the top right looks funny
sorry to keep bothering you. I also keep getting an "error on page".
Thank you Jade. I will try it now.
you might not get to see it yet I think I did too my updates today and knocked the server off-line (ipower) oh boy. it should be back up in a few.
I have change the EZPages Bar from Grey, I have also centered the text but I cannot get the text color to change.
can someone please direct me in changing the text color in the ezpagenav bar.
weezeesgifts.com
It's not because of the menu, its because you removed the divs for the drop shadow from includes/templates/cherry_zen/templates/common/tpl_header.php:Quote:
If you don't want the drop shadow, then you also have to remove the closing sections of the above:Code:<!-- divs for drop shadow -->
<div id="nw"><div id="ne"><div id="se"><div id="sw"><div id="n"><div id="s"><div id="w"><div id="e"><div id="main"><table id="workaround"><tbody><tr><td>
The login link looks funny because you have this:Code:<!--closting divs for drop shadow -->
</td></tr></tbody></table></div></div></div></div></div></div></div></div></div>
If you want the home link hidden, you should have this:Code:<!--<li><a href="http://hiquatec.com/">Home</a></li>
<!--><a href="http://hiquatec.com/index.php?main_page=login">Log In</a>
-->
Code:
<!--<li><a href="http://hiquatec.com/">Home</a></li>-->
<a href="http://hiquatec.com/index.php?main_page=login">Log In</a>