test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • cgc0202 Friend
    #133698

    Hello,

    I made a copy of the JA News Module, and if placed in the JA News position, it works properly, as shown here:

    Sandbox 2

    Note that the articles listed as links in each section are in the correct “List format”.

    However, when I placed the copy of the JA News Module in the Footer position, as shown here:


    Sandbox 1

    you will notice that the “More” articles listed as links only are no longer presented in a “List format”

    Both demo sites are updated to Joomla 1.5.7-Teline II v1.6. The same problem was observed even a fresh install of Joomla 1.5.7-Teline II v1.6 QuickStart Kit is used.

    Cornelio

    cgc0202 Friend
    #272268

    Nevermind, I found the solution myself. It turned out, the ir required a modification of the display from display: inline; => display: block; for the listingx

    #ja-footer li
    {
    display: block;
    margin: 0;
    padding: 0 10px;

    } /* orig display: inline; background: url(../images/vline.gif) no-repeat center left;changed added deleted */

    #ja-footer li a
    {
    display: block;
    line-height: normal;
    } /* orig display: inline; changed added deleted */

    Cornelio

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

This topic contains 2 replies, has 1 voice, and was last updated by  cgc0202 16 years, 3 months ago.

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