Premium Joomla Templates
table cell formats will not shown correctly
Hello,
I try to format table cells in a Content page.
But every time the cells will be displayed by the format text-align = top, but I want it on the bottom.
I'm using the JCE Editor and the preview in the editor is pretty well.
Its running under Joomla 2.5.6.
Trying to change the Global table format in the template.css it was not getting better.
Have anyone a hint or solution?
Thanks
I try to format table cells in a Content page.
But every time the cells will be displayed by the format text-align = top, but I want it on the bottom.
I'm using the JCE Editor and the preview in the editor is pretty well.
Its running under Joomla 2.5.6.
Trying to change the Global table format in the template.css it was not getting better.
Have anyone a hint or solution?
Thanks
1 response Add Yours
-
Sorry Fischerkutte, I just saw your forum post now. Did you manage to fix this?
If yes, then good
If not, try to locate the following in your template.css file:
/* =General Table Styles= /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */ table { width: 100%; margin-bottom: 10px; } th, td { padding: .2em 1em; text-align: left; vertical-align: top; }
And change the value of vertical-align: top; for th,td to vertical-align: bottom as shown below:
th, td { padding: .2em 1em; text-align: left; vertical-align: bottom; }
ThemeRepublic.com is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.