Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I adjust the navigation bar/menu?

How do I adjust the navigation bar/menu?

Locked

Views: 1,579

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
27 Oct 2009, 1:13 AM
#1
melzy avatar

melzy

New Zenner

Join Date:
Oct 2009
Posts:
1
Plugin Contributions:
0

How do I adjust the navigation bar/menu?

**Hi,

In this website http://www.akotrading.com.au/akostore/
we have removed the navigation bar, and replaced it with text. "Home, About, How to order ..."

Our problem is, when you minimize the screen, the text starts to wrap under neath each other. We want the menu/navigation to stay put, just like the banner!

How do we go about doing this?

Or if we are to insert the navigation bar in again, how do we make the size of the navigation bar bigger, and how do we position it on the page to our liking? We tried moving it by adjusting the css using the padding, but it wouldn't move at all! **

27 Oct 2009, 2:24 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: How do I adjust the navigation bar/menu?

You haven't fully removed the header navbar; it shows to the left of the page. If you want to relocate it, you can move the code in /includes/templates/your_template/common/tpl_header.php. The standard file has its code sections clearly marked off with comments; I don't know what your Template Monster version looks like.

I don't see the text navbar wrapping when the window shrinks, but if it does, you should be able to make it stay in place by adding
.row2 .curr {width: 900px;}
to one of your stylesheets.
Search your stylesheets for .row2 and for .curr to see what styling they have now.