Hi folks
Was wondering if there is away to bring the header away from top of browser so it appears to be floating. Also my header navigation is at top of logo want to move it to below logo. Any help is most appreciated
Thanks folks
Joe
Hi folks
Was wondering if there is away to bring the header away from top of browser so it appears to be floating. Also my header navigation is at top of logo want to move it to below logo. Any help is most appreciated
Thanks folks
Joe
Can't see what you have to recommend...
Where is your site?
Zen-Venom Get Bitten
hi
my site is http://www.elliotts-direct.co.uk
hope this helps
Thanks
Joe
If I understand what you asked try adding some top margin to your body tag in the stylesheet.css file similar to this
Code:body { margin: 5em 0em 0em 0em; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #000000; background-color:#333333; /*background-color: #000000; /*#e5edf5*/ }
Zen-Venom Get Bitten
Thanks for that, that worked great. Does anyone know how to move the search navigation bar from the top to the bottom of my header though.
Thanks guys
Joe
you could try...
1) find the file includes/templates/YOURTEMPLATE/common/tpl_header.php
2) for just the search header itself, copy the line that reads as follows:
...and move it further down to wherever suits.Code:<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
3) for the whole navbar, copy the code including and between the following lines
...and move it immediately after the following line in the same file:Code:<!--bof-navigation display--> ...lots of code here... <!--eof-navigation display-->
<!--eof-branding display-->
you can move it anywhere, but do be careful : )
andrejs