Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Peter Konstantakos Friend
    #118443

    the tiles of the content unordered list items in modules, such as the latest news and the popular modules, run into the next bullet on IE7 and Firefox when the titles are long. It did not do this in IE6. Example http://carpenterpr.com look at the modules at the bottom of the page

    Hieu Nguyen Admin
    #213524

    Hi Konstantakos,

    We’ve coded that part of the template for short title use. It will keep each of those links in separated line.

    In your case, please edit the CSS file like this:

    -Find this code:

    #ja-spotlight li {
    padding: 0;
    margin: 0;
    background: none;
    height: 20px;}

    #ja-spotlight li a {
    padding: 0 5px 0 18px;
    display: block;
    background: url(../images/arrow-off.gif) no-repeat 7px 8px;
    line-height: 20px;
    }

    to:


    #ja-spotlight li {
    padding: 0 5px 0 18px;
    margin: 0;
    background: url(../images/arrow-off.gif) no-repeat 7px 8px;
    }

    #ja-spotlight li a {
    display: block;
    }

    Hope it helps!

    Best regards,
    Hieu Nguyen
    JoomlArt.com Team


    PS:
    Your site is very nice and pro. Congrats!

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

This topic contains 2 replies, has 2 voices, and was last updated by  Hieu Nguyen 17 years, 3 months ago.

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