Hi,
I've searched and tried several different things and I'm still no further forward.
I've removed the Category Seperator but want an equal gap inbetween the category links and new products link like this:
How do I do that?
thanks in advance
Hi,
I've searched and tried several different things and I'm still no further forward.
I've removed the Category Seperator but want an equal gap inbetween the category links and new products link like this:
How do I do that?
thanks in advance
We need a bit more information to give you the best answer.
How did you get the category names spaced out so much? Are you using display: block on them? Are you using any others of the lower set (all/featured/specials)? Can you post a link to your site?
I've tried so many things to get the links spaced, I think it's this part of my stylesheet
A.category-top {
display:block;
padding-top:8px;
padding-bottom:8px;
margin-top:8px;
margin-bottom:8px;
}
my site is here http://stvicious.com/index.php
Add this to your stylesheet:
or you can useCode:a.category-links { display: block; margin-top: 1.4em; }
margin: 8px 0;
padding: 8px 0;
if you want the link to display exactly the same as the categories.
thank you so much, that was driving me crazy!