I want to make it so the header logo/image comes first instead of the header links (so the header links will be under the banner/logo)
like this page: http://www.pennyfarthinggallery.co.uk/shop/
I want to make it so the header logo/image comes first instead of the header links (so the header links will be under the banner/logo)
like this page: http://www.pennyfarthinggallery.co.uk/shop/
The site you referenced has removed the nav completly, not what I would do or recommend as several important links like the login/logout, cart, account, etc. appear there at the appropriate times.
To rearrange open a copy of the includes/templates/template_default/tpl_hrader.php file and find the bof and eof for the nav section... you can re-order this as long as you move the complete block before or after another complete block of code - save and upload to your template override folder
Typing not required!! Sorry if this threw you off
Only for a moment. Just thought I'd mention it in case anyone else searched and came across the post.
Hi. I want to do this, but I can't find a tpl_hrader.php file, in my default_templates folder or anywhere else.
Help?
Read post #3 above.
/your_template/common/tpl_header.php.
Aloha Kobra,
I implemented your suggestion and it shifted the nav below my header. Slight problem though: it caused my categories sidebox and slideshow to shift. Take a look: www.hawaiianwoodys.com/store
Any advice?
Mahalo in advance for your time,
Kelly
**Update: this is only occuring in Firefox. Compare it with IE and you'll see the difference.
Never design with a quirky browser as IE. Always design for the most compliant browser available and correct th IE quirks that surface.
As you must have Fire Fox, if you do not have the web developers tools extentions get them. With them I can temporairly replace your css and view the effect on screen.
What I did was replace all the style sheet with the one from the 1.3.7 classic and this corrects the alignment issues. So this indicates that there is something theat you altered that is causing this. Compare them and correct