Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Buttons Distorted

More
11 years 5 months ago - 11 years 5 months ago #1 by freddieis
Buttons Distorted was created by freddieis
I am not sure how or why but the Buttons Reply, Mark as Read, and Subscribe are all distorted with a white line through them.

Does anyone know why or can help?
Last edit: 11 years 5 months ago by freddieis.

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

More
11 years 5 months ago #2 by freddieis
Replied by freddieis on topic Buttons Distorted
Attachments:

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

More
11 years 5 months ago #3 by sozzled
Replied by sozzled on topic Buttons Distorted
It took me nearly an hour to find that this problem was created by your Joomla site template CSS file ../templates/beez_20/css/position.css. At line 18 you have the following CSS rule
Code:
* { margin: 0; padding: 5px; }
The standard Beez_20 position.css file - the one installed by Joomla - is as follows:
Code:
* { margin: 0; padding: 0; }
Please try to remember that your Joomla site template affects everything and all other Joomla extensions that you have installed, e.g. Kunena.
The following user(s) said Thank You: freddieis

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

More
11 years 5 months ago #4 by freddieis
Replied by freddieis on topic Buttons Distorted
It worked! Thank you so much :)

I'll have to find another solution to adjusting/expanding the padding on the left, that doesn't disrupt the kunena forum.

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

More
11 years 5 months ago #5 by sozzled
Replied by sozzled on topic Buttons Distorted
At around line 65 of the same file; replace the following CSS code:
Code:
#contentarea, #contentarea2 { margin: -9px 0 0; overflow: hidden; padding: 0 !important; position: relative; }
with this:
Code:
#contentarea, #contentarea2 { overflow: hidden; padding-left: 25px; }

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

Time to create page: 0.393 seconds