Sub categories display in forum
S
Topic Author
sniranjan
New Member

sniranjan
- Thanks: 0
Sub categories display in forum
8 years 5 months ago
In the forum where categories are displayed, when I have more than 3 sub forums for a forum/category, they dont extend the height automatically. Instead it starts displaying over the next category. Pls see the image below:
Can you please help me with the css.
Can you please help me with the css.
Please Log in or Create an account to join the conversation.
Re: Sub categories display in forum
8 years 5 months ago
Hi sniranijan,
Can you send me an account to view this issue? We will try to debug and suggest a best solution to you.
Thanks
Can you send me an account to view this issue? We will try to debug and suggest a best solution to you.
Thanks
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Please Log in or Create an account to join the conversation.
S
Topic Author
sniranjan
New Member

sniranjan
- Thanks: 0
Re: Sub categories display in forum
8 years 5 months ago
Sure. Just sent the email with account info.
Please Log in or Create an account to join the conversation.
Re: Sub categories display in forum
8 years 5 months ago
Hi sniranjan,
Thank you very much about your information. Follow some bellow steps to solve your problem.
1. Open the rt_anacron-custom.css file in the "templates/rt_anacron/css/" path.
2. Copy and paste bellow CSS rules to the bottom of file.
2. Save and refresh your forum to view all changes.
Best regards,
Thank you very much about your information. Follow some bellow steps to solve your problem.
1. Open the rt_anacron-custom.css file in the "templates/rt_anacron/css/" path.
2. Copy and paste bellow CSS rules to the bottom of file.
Code:
body #kunena.layout ul.kblocktable li .forum-info {
top: 60px;
bottom: auto;
}
body #kunena.layout ul.kblocktable li .kblock-inner.has-subcats {
min-height: 160px;
}
2. Save and refresh your forum to view all changes.
Best regards,
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Please Log in or Create an account to join the conversation.
Time to create page: 0.320 seconds