why?
G
Topic Author
Guardant
New Member
Guardant
- Thanks: 0
Please Log in or Create an account to join the conversation.
Re: why?
13 years 2 weeks 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?
13 years 2 weeks ago - 13 years 2 weeks 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: 13 years 2 weeks ago by Guardant.
Please Log in or Create an account to join the conversation.
Re: why?
13 years 1 week 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?
13 years 1 week 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.502 seconds