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!
.blog .k2box {
margin-bottom: 30px;
}
.blog .k2box {
margin-bottom: 30px;
margin-left: 164px;
}
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;
}
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.
dziudek wrote:So it must be disabled on the article settings or in the category/component settings.