- Posts: 4
- Thank you received: 0
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
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:
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!
Please Log in or Create an account to join the conversation.
can you provide a link to your site?
Regards
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I don't use numinu_ex template, but
try to find this
kunena.forum.css
Regards#Kunena td.fb-msgview-right {
border-left:1px solid #BFC3C6;
border-right:1px solid #BFC3C6;
padding:10px;
vertical-align:top;
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.