Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 Slight Menu Adjustment

More
11 years 3 months ago #164301 by Josh
Slight Menu Adjustment was created by Josh
Here is what it currently looks like (1px off at the bottom of active menu items):



Ideally it should look like this:



To fix this I changed the code from:
Code:
#kunena.layout .navbar .nav { margin-bottom: -1px; }

To (line 1532 of media/kunena/cache/crypsis/css/kunena.css):
Code:
#kunena.layout .navbar .nav { margin-bottom: -2px; }

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

More
11 years 3 months ago #164305 by 810
Replied by 810 on topic Slight Menu Adjustment
fixed it already by other css change

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

Time to create page: 0.226 seconds