Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pleanalyst Friend
    #155954

    Helping a friend to manage his website with JA Sulfur, I have an alignment problem with jacatslwi module. We want to show more than 3 items, on multiple lines, grouping them by 3 in each row. When we do it, blocs are not well aligned between lines (first and second row, per example). And it’s look not nice.

    Where [ ] is an item, it’s look like :

    [ ] [ ] [ ]
    [ ] [ ] [ ]

    Is there a way to change this so it looks fine, like :

    [ ] [ ] [ ]
    [ ] [ ] [ ]
    [ ] [ ] [ ]
    [ ] [ ] [ ]

    Thanks for your help.
    Patrick

    aman204 Friend
    #361319

    1) Remove this property:::

    .ja-catslwi-first {template.css (line 1405)
    margin-right:10px; >> remove
    }

    and

    .ja-catslwi-last {template.css (line 1413)
    float:right !important; >>> remove
    }

    2) Change this::

    .ja-catslwi {ja.catslwi.css (line 16)
    margin:0;
    padding:0;
    position:relative;
    }

    to

    .ja-catslwi {ja.catslwi.css (line 16)
    margin:0 5px;
    padding:0;
    position:relative;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  aman204 14 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum