Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Trying to center the Home - Log In - Shopping Cart links

Trying to center the Home - Log In - Shopping Cart links

Views: 459

Results 1 to 4 of 4
23 Feb 2015, 8:47 PM
#1
amandarm avatar

amandarm

New Zenner

Join Date:
Feb 2015
Location:
Hotchkiss, CO
Posts:
15
Plugin Contributions:
0

Trying to center the Home - Log In - Shopping Cart links

This seems like it should be a simple task but I just can't seem to figure out how to center my top links.

Site: http://kwagentassist.com/
ZC Version: 1.5.1

I tried adding the text align:center to my navMainWrapper and that didn't work either. I have also tried adding to the tpl_header.php file to no avail.

Any help would be appreciated. :frusty:

23 Feb 2015, 9:10 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,081
Plugin Contributions:
56

Re: Trying to center the Home - Log In - Shopping Cart links

To the bottom of your stylesheet.css, add:

#navMain ul.back {float: none!important; }
24 Feb 2015, 2:08 AM
#3
amandarm avatar

amandarm

New Zenner

Join Date:
Feb 2015
Location:
Hotchkiss, CO
Posts:
15
Plugin Contributions:
0

Re: Trying to center the Home - Log In - Shopping Cart links

lat9:

To the bottom of your stylesheet.css, add:

#navMain ul.back {float: none!important; }


Worked perfectly...Thanks.:clap:
24 Feb 2015, 12:20 PM
#4
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,081
Plugin Contributions:
56

Re: Trying to center the Home - Log In - Shopping Cart links

You're welcome. The FireBug add-on to FireFox, in conjunction with the good information provided by http://w3schools.com helped me help you.