Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • msroper Friend
    #162921

    I am using JA Lime Tempate and am trying to set it up very similar to Joomlart’s version. I am havingt issue with the text in JA Bulletin. The dates and titles are overlapping. I have attached an image.

    How can I remedy this?

    Thanks!


    1. bulletin
    khoand Friend
    #386970

    Hi,
    Could you give me a link to your website? I need to check your css

    Sherlock Friend
    #400282

    Hi msroper,
    You can fix it following way below :
    open template.css file in templates/ja_lime/css/ folder
    Find following code section at about line 858 :

    #ja-left ul.ja-bulletin li div, #ja-right ul.ja-bulletin li div {
    padding-top: 15px;
    }

    change to :

    #ja-left ul.ja-bulletin li div, #ja-right ul.ja-bulletin li div {
    padding-top: 15px;
    width: 100%;
    }

    continue , find following code section at about line 862 :

    #ja-left ul.ja-bulletin li span.post-date, #ja-right ul.ja-bulletin li span.post-date {
    left: 0;
    position: absolute;
    top: 0;
    }

    change to :

    #ja-left ul.ja-bulletin li span.post-date, #ja-right ul.ja-bulletin li span.post-date {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

    Hope can help you.

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

This topic contains 3 replies, has 3 voices, and was last updated by  Sherlock 12 years, 10 months ago.

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