Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Center the Navigaton Bar...

Center the Navigaton Bar...

Views: 444

Results 1 to 4 of 4
3 Mar 2013, 12:36 AM
#1
primo_pipez avatar

primo_pipez

New Zenner

Join Date:
Feb 2013
Posts:
20
Plugin Contributions:
0

Center the Navigaton Bar...

http://www.primopipez.com Classic Contemporary Green.

In my #navMainWrapper I would like the buttons I have to center on the Y axis.
I have tried numerous ways, but I am stumped...
If you look, you can see how they should be between the two bars that run in their background.

Thank you in advance...

3 Mar 2013, 12:41 AM
#2
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Center the Navigaton Bar...

could try:

div#navMain .cssNAVButton {
margin:5px 0px -5px 0px;
}

3 Mar 2013, 1:26 AM
#3
primo_pipez avatar

primo_pipez

New Zenner

Join Date:
Feb 2013
Posts:
20
Plugin Contributions:
0

Re: Center the Navigaton Bar...

Thanks, that worked!

3 Mar 2013, 1:56 AM
#4
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Center the Navigaton Bar...

np, glad it worked!