- Posts: 17
- Thank you received: 0
Kunena 6.3.4 released
The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved How to fix editor message window size, rezising / overlay issues?
8 years 11 months ago #1
by alQamar3
Hello everyone,
I have a question that is troubling me for a longer time since I switched my Kunena template to Crypsis.
When I select "new post" the message section in the editor just shows one line, but can be resized but I can also resize it in the width, and then it does not look very smart with my template.
In addition I would like to invert all the style from black on white to white on black.
I don't have much experience with CSS though, so I was not able to find it.
I have a question that is troubling me for a longer time since I switched my Kunena template to Crypsis.
When I select "new post" the message section in the editor just shows one line, but can be resized but I can also resize it in the width, and then it does not look very smart with my template.
In addition I would like to invert all the style from black on white to white on black.
I don't have much experience with CSS though, so I was not able to find it.
Please Log in or Create an account to join the conversation.
8 years 11 months ago #2
by 810
Replied by 810 on topic How to fix editor message window size, rezising / overlay issues?
then your joomla template is overriding the css.
Please check it with inspector or firebug
Please check it with inspector or firebug
Please Log in or Create an account to join the conversation.
8 years 11 months ago #3
by alQamar3
Replied by alQamar3 on topic How to fix editor message window size, rezising / overlay issues?
Hello 810, I have Firebug installed but I am not sure where to check if this override happens.
Please Log in or Create an account to join the conversation.
8 years 11 months ago #4
by 810
Replied by 810 on topic How to fix editor message window size, rezising / overlay issues?
right click on the textarea, then you will see on the right, some variables, 1 of them are wrong
Please Log in or Create an account to join the conversation.
8 years 11 months ago - 8 years 11 months ago #5
by 810
Replied by 810 on topic How to fix editor message window size, rezising / overlay issues?
try:
Code:
#kbbcode-message {
height: auto !important;
}
Last edit: 8 years 11 months ago by 810.
Please Log in or Create an account to join the conversation.
Time to create page: 0.391 seconds