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

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.

Question cropped bar

More
14 years 11 months ago - 14 years 11 months ago #94040 by ronny
Replied by ronny on topic Re: cropped bar
oke, i have changed my template back to blue eagle. Here is the link www.wisatalk.com/forum/9-sumatera-utara/2-istana-maimun.html
Thank you
Last edit: 14 years 11 months ago by ronny.

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

More
14 years 11 months ago #94092 by sozzled
Replied by sozzled on topic Re: cropped bar
OK, I was right the first time: the problem is caused by your Joomla site template CSS. Look at the following lines of code in the file ../templates/hot_relief/css/template_css.css at around line 450

.quote {
border: 4px dashed #CCCCCC;
font-size: 125%;
font-style: italic;
line-height: normal;
padding: 15px;
text-align: center;
}

Make the following changes:

.quote {
// border: 4px dashed #CCCCCC;
font-size: 125%;
// font-style: italic;
line-height: normal;
// padding: 15px;
text-align: center;
}
The following user(s) said Thank You: ronny

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

More
14 years 11 months ago #94134 by ronny
Replied by ronny on topic Re: cropped bar
wow, that one works.
Thanks a lot

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

Time to create page: 0.210 seconds