biojohn:
:huh:
Hi, I recently set up the Zen cart shop and got a problem: there is a gap between logowrapper and categorytab. Could anyone help me how to remove it? Thanks.
My site: http://bioland-sci.com
hi
this is ur css. find it in stylesheet.css & change some lines.
#navMain ul, #navSupp ul, #navCatTabs ul (line 247)
{
margin-top: 0pt; ----------should be 0px
margin-right: 0pt; ----------should be 0px
margin-bottom: 0pt; ----------should be 0px
margin-left: 0pt; ----------should be 0px
padding-top: 0.5em; ------sholud be 0px
padding-right: 0em;
padding-bottom: 0.5em; -----should be 0px
padding-left: 0em;
list-style-type: none;
text-align: center;
font-size: 1em;
line-height: 2em; ----should be 0px
}