Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    13
    Plugin Contributions
    0

    Default Gap inbetween category links

    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

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Gap inbetween category links

    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?

  3. #3
    Join Date
    Nov 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Gap inbetween category links

    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

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Gap inbetween category links

    Add this to your stylesheet:

    Code:
    a.category-links {
        display: block; 
        margin-top: 1.4em;
        }
    or you can use

    margin: 8px 0;
    padding: 8px 0;

    if you want the link to display exactly the same as the categories.

  5. #5
    Join Date
    Nov 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Gap inbetween category links

    thank you so much, that was driving me crazy!

 

 

Similar Threads

  1. Category description has large gap before propducts
    By johnybravo in forum Customization from the Admin
    Replies: 3
    Last Post: 10 Feb 2012, 01:57 PM
  2. Gap inbetween header and category boxes in IE
    By michellepchy in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Nov 2010, 07:13 PM
  3. Adding a seperator inbetween options
    By thomasharding in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 Jul 2009, 09:00 AM
  4. Gap between logo and category buttons
    By pwapilot in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Feb 2009, 08:15 PM
  5. Text links on header and gap on logo
    By gee38l in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Aug 2008, 01:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg