Wrong Alignment !!!
Wrong Alignment !!!
10 years 3 weeks ago - 10 years 3 weeks ago
Hello !!
As you can see from my screenshot I am having problems!
There are problems showing "Topic Icon" and "BoardCode". All icons are shown "Vertically"
Thanks for helping me!!
As you can see from my screenshot I am having problems!
There are problems showing "Topic Icon" and "BoardCode". All icons are shown "Vertically"
Thanks for helping me!!
Last edit: 10 years 3 weeks ago by Funesto.
Please Log in or Create an account to join the conversation.
Re: Wrong Alignment !!!
10 years 3 weeks ago
Hi Funesto,
The reason, there is conflict between Joomla template style and Kunena template style. Please provide us your site url, we will provide you the good solution to solve it.
Best regards,
The reason, there is conflict between Joomla template style and Kunena template style. Please provide us your site url, we will provide you the good solution to solve it.
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.
Re: Wrong Alignment !!!
10 years 3 weeks ago
Hi !!
Thanks for your help!
You can find my website here: www.dindoo.it
I just sent you an email with credentials to log in as administrator!
Thanks for your help!
You can find my website here: www.dindoo.it
I just sent you an email with credentials to log in as administrator!
Please Log in or Create an account to join the conversation.
Re: [Solved] Wrong Alignment !!!
10 years 3 weeks ago - 10 years 3 weeks ago
Hello!
As you requested I activated LOG - IN module so you can now Log In and try to add a new post:
www.dindoo.it/forum/regolamento/topic/create
You will see that the form is not displayed in the correct way!
Thanks for helping me!
As you requested I activated LOG - IN module so you can now Log In and try to add a new post:
www.dindoo.it/forum/regolamento/topic/create
You will see that the form is not displayed in the correct way!
Thanks for helping me!
Last edit: 10 years 3 weeks ago by Funesto.
Please Log in or Create an account to join the conversation.
Re: Wrong Alignment !!!
10 years 3 weeks ago
Hi,
Thank you your information. I found the reason and solution for your bug. Please follow some below steps to solve it.
1. Open the template.css file in the templates/shaper_eventum/css/ path.
2. Copy and pates below CSS rule to the end of template.css file.
3. Save and reload the create new topic page.
Hope this helps
Thank you your information. I found the reason and solution for your bug. Please follow some below steps to solve it.
1. Open the template.css file in the templates/shaper_eventum/css/ path.
2. Copy and pates below CSS rule to the end of template.css file.
Code:
/* Fix for topic icon */
#Kunena .kiconsel {
display: inline-block;
}
#Kunena .kiconsel input {
display: inline-block;
vertical-align: middle;
}
#Kunena .kiconsel img {
display: inline-block;
vertical-align: middle;
}
/* Fix for emotion icons */
#Kunena #smilie img {
display: inline-block;
}
3. Save and reload the create new topic page.
Hope this helps
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 **
The following user(s) said Thank You: Funesto
Please Log in or Create an account to join the conversation.
Time to create page: 0.241 seconds