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

Question Padding issues

More
16 years 11 months ago - 16 years 11 months ago #16234 by Noesh
Padding issues was created by Noesh
Hey everyone, after searching this forum and trying several solutions mentioned, i still cant figure out how to solve my padding issues. Im using the numinu_ex template and the default_ex images set. At the moment a message looks like the image below:

The text of the message and the title of it, are way to the left and also way to the right. So i saw on the forum, that i need to check the following code, where i added the following padding:
Code:
div.msgtext { width: 100%; overflow:hidden; border-top:1px solid #ddd; padding:10px 10px 10px 10px; margin-top:5px;

Which is causing my text to look like this (on the right side of the message):



Anyone knows what should be the correct code for my text and header to have the correct padding on all sides? Help would be much apreciated! :)
Last edit: 16 years 11 months ago by Noesh.

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

More
16 years 11 months ago #16267 by @quila
Replied by @quila on topic Re:Padding issues
Hi Noesh,

can you provide a link to your site?

Regards

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

More
16 years 11 months ago #16268 by Noesh
Replied by Noesh on topic Re:Padding issues
Hi Aquila, thanks for your reply! Unfortunately the site is offline, because everything still looks like a mess. I was hoping the image previes would be able to give you an idea of my problem..do you need more information?? :dry:

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

More
16 years 11 months ago - 16 years 11 months ago #16275 by @quila
Replied by @quila on topic Re:Padding issues
Hi Noesh,

I don't use numinu_ex template, but

try to find this

kunena.forum.css

#Kunena td.fb-msgview-right {
border-left:1px solid #BFC3C6;
border-right:1px solid #BFC3C6;
padding:10px;
vertical-align:top;
}

Regards
Last edit: 16 years 11 months ago by @quila.

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

More
16 years 11 months ago #16292 by Matias
Replied by Matias on topic Re:Padding issues
Actually add #Kunena to all css rules in kunena.forum.css

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

More
16 years 11 months ago #16303 by Noesh
Replied by Noesh on topic Re:Padding issues
AQUILA!!! YOU ARE THE BEST! That solved it all! I compared your piece of code to mine and the 10px padding was missing..i added it, and it solved it all! Great! Thanks a lot! :laugh: :silly:

Matias, indeed #Kunena is not in the whole css file, but i compared the numinu_ex with default_ex css and saw that it was missing in both files. So i decided not to add it.

Gladly Aquila pointed out the correct piece of code for me..but thanks to you both for helping! Karma + to both of you ;)

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

Time to create page: 0.242 seconds