- Posts: 105
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Sticky Icon
17 years 1 month ago #9519
by Slotpro
Sticky Icon was created by Slotpro
Please Log in or Create an account to join the conversation.
17 years 1 month ago #9538
by Lintzy
Replied by Lintzy on topic Re:Sticky Icon
Same here and i guess, in IE 8 it will be same "bug". To fix this, open kunena.forum.css from template/default_ex folder and change
to
Code:
#Kunena .topic_sticky {
position:absolute;
right:0;
top:-5px;
}
to
Code:
#Kunena .topic_sticky {
position:relative;
float:right;
top:-5px;
}
Please Log in or Create an account to join the conversation.
17 years 1 month ago #9662
by Lintzy
Replied by Lintzy on topic Re:Sticky Icon
It would be nice, if you would confirm, that this solution works. Such reply can help other users with same problem
Please Log in or Create an account to join the conversation.
Time to create page: 0.255 seconds