Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Search Box Overlaps menu links

Search Box Overlaps menu links

Views: 509

Results 1 to 2 of 2
20 Sep 2012, 10:05 PM
#1
peej avatar

peej

New Zenner

Join Date:
Aug 2011
Posts:
1
Plugin Contributions:
0

Search Box Overlaps menu links

Please help! I've been buried in Zen Cart goo for weeks trying to get my store back up and after figuring everything else out (I am not a pro), I can't get the search box to not overlap the the menu links in the header.

http://www.teamjusticediscgolf.com/proshop/index.php?main_page=product_info&cPath=65&products_id=180

It's the same on every page, so I'm pretty sure it is something in the style sheet, but just can't get it (or find anything specifically on this problem).

:frusty:

21 Sep 2012, 12:32 AM
#2
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Search Box Overlaps menu links

Try adding margin-right: 100px; to #navMain ul (line 60 in your stylesheet.css)

I used Firebug in Firefox to work that out. Adjust the 100px to suit.

Rob