Category Descriptions not displaying in entirity
Category Descriptions not displaying in entirity
12 years 1 month ago
Hello,
I just installed Kargo, and the category descriptions are not fully displaying. I see that there is a minimum height but this won't work because some categories have lengthier descriptions. My site is located here:
www.sovereigngracesingles.com/forum/index
Thanks
I just installed Kargo, and the category descriptions are not fully displaying. I see that there is a minimum height but this won't work because some categories have lengthier descriptions. My site is located here:
www.sovereigngracesingles.com/forum/index
Thanks
Please Log in or Create an account to join the conversation.
Re: Category Descriptions not displaying in entirity
12 years 1 month ago
Hi Shimei,
We used the max-height for category description element, because this element can't control the height. With this template we think you should use short description for each category.
So you can increase the max-height of the description element. Create a css file with named nts-kargo-custom.css and paste the below CSS rules to file.
After paste you upload this file to the "css" folder of the current Joomla! template. Please clear cache of your site if you enable cache.
Hope this helps
We used the max-height for category description element, because this element can't control the height. With this template we think you should use short description for each category.
So you can increase the max-height of the description element. Create a css file with named nts-kargo-custom.css and paste the below CSS rules to file.
Code:
body #Kunena .nts-kblock .kcol-kcattitle div.kthead-desc {
height: 60px; /* this is current height you can increase with your height */
}
After paste you upload this file to the "css" folder of the current Joomla! template. Please clear cache of your site if you enable cache.
Hope this helps
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Time to create page: 0.222 seconds