-
AuthorPosts
-
December 29, 2011 at 9:54 pm #172267
Hi!
I use JAKranos with Joomla 1.7 and Kunena and I noticed size of table are not fixe and vary every time. Is there a function to have the same size for all ?
Thanks!
pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
January 7, 2012 at 11:39 pm #432946Hi Matthieu,
this is a issue with the Kunena template. There is no width value to define how wide every column of the table should be. Thats why it gets bigger or smaller depending on content of the table cell.
Here’s a small explanation image:
If you Firebug your site you’ll see what I mean. On the right hand side you’ll see that there is no definition for the width in the templates css file /components/com_kunena/template/ja_kranos/css/kunena.forum-min.css. I took the category title column as an example.
#Kunena .kblocktable td.kcol-kcattitle {
padding: 10px;
}
Just adding a width value of your choice will solve this problem (for this column).
#Kunena .kblocktable td.kcol-kcattitle {
padding: 10px;
width: 400px;
}
I think you should get the idea and make the other columns wide as you want them to be. If you’re running into trouble please don’t hesitate to ask for help here 🙂
Cheers
Frank
January 7, 2012 at 11:41 pm #432947Wow! Thank you a lot for this quick and clear answer 🙂
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by matthieub 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum