The categories at navigation bar wrapped and displayed in two lines.. but the second line displayed in content area...there is a long gap between 1st line and second line..
How can i fix it?
my link is http://yellowpagesmall.com/store/index.php?main_page=index&cPath=9
you can find two categories "Sports & Outdoors Gift Ideas" next line to "Fashion Accessories" heading in content page..
category name is too long for the width of your side box .. first tune of category count , it will speed up your page . if that didn't solve the problem , try to increase the width of your left side box from 150px to something wider . both of those modification can be done from Admin .
Thank you for your quick response. i am using version 1.38a.
left column is not a problem.. my problem is top navigation below banner... see the attached image file.. red circle.
this is css code for this.
#navCatTabsWrapper {
/*margin: .05em;*/
/* background-color: #9a9a9a;*/
font-weight: bold;
color: #333333;
height: 213;
width: 776;
background-image: url(../images/productnavi.gif);
background-attachment: scroll;
background-repeat: no-repeat;
open your stylesheet and locate following rule and make the changes shown in red .
#navCatTabs ul { height:80px; add this line line-height:8em; remove this line padding-top: 40px add this line
list-style-type:none;
margin:0;
padding:0.5em 0;
text-align:center;