Date on startpage from articel are not in a column
Joomla template which allow you to present sport news in amazing and professional way.
- GK User
- Tue Oct 05, 2010 10:03 am
On my site: http://hof-jokers.de/start/ the creation date of the articel are not on a column (see picture).
How can this be fixed?
How can this be fixed?
-
- Fresh Boarder
- teitbite
- Thu Oct 07, 2010 11:09 am
Hi
Please try to add this at the end of template_css.css file:
Please try to add this at the end of template_css.css file:
- Code: Select all
table.contentpaneopen td {
padding:0;
}
-
- Moderator
- GK User
- Fri Oct 08, 2010 7:46 am
I have add the code on: /templates/gk_icki_sports/css/template_css.css
But no change.
But no change.

-
- Fresh Boarder
- teitbite
- Sat Oct 09, 2010 4:33 pm
Hi
Please add !important after the padding value:
Please add !important after the padding value:
- Code: Select all
table.contentpaneopen td {
padding:0 !important;
}
-
- Moderator
- GK User
- Mon Oct 11, 2010 5:40 pm
Thank you.
On "template_css.css" with "!important" it still does not work.
But i put YOUR code on "joomla_classes.css" (Firebug helps) and it seams to work fine.
What do you think, are there problems on the future?
On "template_css.css" with "!important" it still does not work.
But i put YOUR code on "joomla_classes.css" (Firebug helps) and it seams to work fine.
What do you think, are there problems on the future?
-
- Fresh Boarder
- teitbite
- Tue Oct 12, 2010 7:25 pm
Hi
I think that there were too many classes for this one. So the control of apperence was not full.
I think that there were too many classes for this one. So the control of apperence was not full.
-
- Moderator
6 posts
• Page 1 of 1