Kunena 6.3.7 Released

The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.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 Mobil: Oberer Bereich eines Postings nicht in einer Reihe und teilweise im Titel

More
1 year 1 month ago - 1 year 1 month ago #1 by Charles
Joomla-Versiont: ‎4.4.0
Kunena-Version:  6.2.0
Child-Template basierend auf Cassiopeia

In der mobilen Ansicht verschiebt sich der Bereich, wo man sehen kann von wann der Beitrag ist, wann er geändert wurde bzw. von wem er geschrieben wurde. Hier mal ein Bild (rot markiert):



Ich hab mich schon mit CSS versucht, jedoch klappt es nicht alles auf eine Reihe (bei Schriftverkleinerung) zu bekommen. Hat jemand einen Tipp? Besten Dank vorab.
Last edit: 1 year 1 month ago by Charles.

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

More
1 year 1 month ago #2 by rich
Try this code in your custom.scss

Code:
@media (max-width: 480px) { .topic-item-messages .d-block {   display: inline-block !important; } .mykmsg-header {   margin-top: 30px !important; } .kunena-topic-item .float-end {   font-size: 13px;  } }


Important! Always create a backup before you make any changes to your website!

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

More
1 year 1 month ago #3 by Charles
Wow... DAS hat geholfen! Vielen, vielen Dank.

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

Time to create page: 0.377 seconds