-
AuthorPosts
-
April 18, 2011 at 4:21 pm #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!
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 18, 2011 at 5:45 pm #386970Hi,
Could you give me a link to your website? I need to check your cssSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 8, 2011 at 4:16 am #400282Hi 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.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 3 voices, and was last updated by Sherlock 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Module Issue
Viewing 3 posts - 1 through 3 (of 3 total)