Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved Making Stars More Compact

More
7 years 10 months ago - 7 years 10 months ago #1 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. ;)
Attachments:
Last edit: 7 years 10 months ago by Josh.

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

Time to create page: 0.407 seconds