article content overlaps

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Sep 14, 2012 8:18 am
Reply with quote
Report this post
As you can see here http://www.institutolean.org/oldsite/screenshot.png the text overlaps, with the info on the left. Why this happens? Can someone tell me how to fix this?

I just have installed creative template on a "brand new" joomla 25,

Thanks!
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 8:20 am
Reply with quote
Report this post
Hi,

Do you have the page with problem somewhere online?
User avatar
Administrator

GK User
Fri Sep 14, 2012 8:22 am
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 8:26 am
Reply with quote
Report this post
It seems that you have removed to much code - in the css/joomla.css file around line 248. please change the following code:
Code: Select all
.blog .k2box {
margin-bottom: 30px;
}


to:

Code: Select all
.blog .k2box {
margin-bottom: 30px;
margin-left: 164px;
}
User avatar
Administrator

GK User
Fri Sep 14, 2012 8:39 am
Reply with quote
Report this post
thanks! it works.
But why the article date is not so nice as original template?
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 8:41 am
Reply with quote
Report this post
But still on individual article overlaps. http://www.institutolean.org/index.php/workshops/75-acc
Thanks for your help.


dziudek wrote:It seems that you have removed to much code - in the css/joomla.css file around line 248. please change the following code:
Code: Select all
.blog .k2box {
margin-bottom: 30px;
}


to:

Code: Select all
.blog .k2box {
margin-bottom: 30px;
margin-left: 164px;
}
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 8:43 am
Reply with quote
Report this post
Please remove the ".blog " from selectors in the code which I've delivered - it should helps.
User avatar
Administrator

GK User
Fri Sep 14, 2012 9:57 am
Reply with quote
Report this post
thanks! it works.
But why the date in the article is not so nice as original template?
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 10:08 am
Reply with quote
Report this post
Probably that's why that you're displaying the modify date and only the create date is displayed in the bigger block as I remember.
User avatar
Administrator

GK User
Fri Sep 14, 2012 10:27 am
Reply with quote
Report this post
No. All dates (creation, modification, and publishing) is set SHOW.


dziudek wrote:Probably that's why that you're displaying the modify date and only the create date is displayed in the bigger block as I remember.
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 10:30 am
Reply with quote
Report this post
So it must be disabled on the article settings or in the category/component settings.
User avatar
Administrator

GK User
Fri Sep 14, 2012 11:34 am
Reply with quote
Report this post
you're right! thanks a lot.

dziudek wrote:So it must be disabled on the article settings or in the category/component settings.
User avatar
Fresh Boarder


cron