why?
G
Topic Author
Guardant
New Member

Guardant
- Thanks: 0
Please Log in or Create an account to join the conversation.
Re: why?
12 years 1 month ago
Hi,
There is a conflict between CSS of the Kunena template and CSS of the Joomla template. You need add the bellow code section to the bottom of the template.css file.
Best regards!
There is a conflict between CSS of the Kunena template and CSS of the Joomla template. You need add the bellow code section to the bottom of the template.css file.
Code:
#Kunena .clearfix {
display: block !important;
}
Best regards!
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.
G
Topic Author
Guardant
New Member

Guardant
- Thanks: 0
Re: why?
12 years 1 month ago - 12 years 1 month ago
This code must be inserted into the theme joomla?
If so, then the file is missing template.css.
Tried to insert style.css and others. Did not help.
Joomla theme: yoo_drive
If so, then the file is missing template.css.
Tried to insert style.css and others. Did not help.
Joomla theme: yoo_drive
Last edit: 12 years 1 month ago by Guardant.
Please Log in or Create an account to join the conversation.
Re: why?
12 years 1 month ago
Hi,
I think you can insert that CSS code to the custom.css file.
Thanks.
I think you can insert that CSS code to the custom.css file.
Thanks.
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.
G
Topic Author
Guardant
New Member

Guardant
- Thanks: 0
Re: why?
12 years 1 month ago
I inserted the code in custom.css
removed "#Kunena"
Now everything is working properly.
Thank you very much. Good theme.
removed "#Kunena"
Code:
.clearfix {
display: block !important;
}
Thank you very much. Good theme.

Please Log in or Create an account to join the conversation.
Time to create page: 0.344 seconds