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

Solved Making Stars More Compact

More
9 years 10 months ago - 9 years 10 months ago #176104 by Josh
While the feature is pretty cool, it's taking up more space than it needs to (an entire row for a small item). Currently it looks like this:



With minimal effort I was able to compress the display as seen here:



I used the following CSS:
Code:
#krating { display: inline-block; left: 4px; position: relative; top: 4px; }

The intent is to make the design feel less overwhelming to the user. I did not include the social share for the sake of simplicity. ;)
Last edit: 9 years 10 months ago by Josh.

Please Log in or Create an account to join the conversation.

Time to create page: 0.331 seconds