Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Move navigation bat under the header

Move navigation bat under the header

Locked

Views: 752

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
22 Jul 2010, 1:13 AM
#1
little_el avatar

little_el

New Zenner

Join Date:
Jul 2010
Posts:
6
Plugin Contributions:
0

Move navigation bat under the header

Hi,

I am trying to move "home & log in" under the header.

I've doen following:

1. open the file includes/templates/your_custom_template/common/tpl_header.php

  1. cut ALL of the code between the following 2 lines (be sure to leave both of these lines where they are and do NOT cut them):
    PHP Code:
<!--bof-header logo and navigation display--> <!--bof-branding display-->
  1. paste your cut code BETWEEN these two lines
    PHP Code:
<!--eof-branding display--> <!--eof-header logo and navigation display-->

But my navigation bar is still on my header. What did I do wrong?

https://www.littleelliott.com/zencart

Thank you very much in advance
LE

24 Jul 2010, 11:21 AM
#3
athens_collectibles avatar

athens_collectibles

Zen Follower

Join Date:
May 2010
Location:
Athens, Greece
Posts:
293
Plugin Contributions:
0

Re: Move navigation bat under the header

Hi Stevesh,

I followed Little El's method, saved to includes/templates/my_template/common/ and the bar did move below the logo as I wanted. However, there is now some blank space between it and the logo as shown in the attached screenshot. There was no space between the two elements before doing the change.

Any ideas or suggestions please?

Thank you in advance and wish you a nice weekend.

25 Jul 2010, 1:02 PM
#4
athens_collectibles avatar

athens_collectibles

Zen Follower

Join Date:
May 2010
Location:
Athens, Greece
Posts:
293
Plugin Contributions:
0

Re: Move navigation bat under the header

Hi. With reference to my previous post, I just wanted to say that the blank space between my logo and the bar disappeared when I commented the following lines in my /includes/templates/my_template/css/stylesheet.css file (but don't ask me why):

#logoWrapper{
	background-image: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:130px;
	}

All's well that ends well, thanks to all for the help! :laugh: