Kunena 6.3.5 released

The Kunena team has announce the arrival of Kunena 6.3.5 [K 6.3.5] 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 Avatar ist zu groß bei Kunena Diskuss in der mobilen Ansicht

More
4 days 11 hours ago - 4 days 11 hours ago #1 by Opendreas
Hallo,wenn ich in den Kunena Diskuss Einstellungen die Anzeige von Beiträgen unter dem Artikel einstelle, dann ist der Avatar in der mobilen Darstellung zu groß, in der Desktop-Darstellung ist alles in Ordnung.
Attachments:
Last edit: 4 days 11 hours ago by Opendreas.

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

More
4 days 7 hours ago - 4 days 6 hours ago #2 by Pinkeltje
Can be solved by adding on of these definitions to your templates custom css
Code:
@media (max-width:480px){ .kunenadiscuss .avatar > img{   width:20%;   height:20%; } } @media (max-width:480px){   .kunenadiscuss .avatar > img{  display:none; } }
Last edit: 4 days 6 hours ago by Pinkeltje.
The following user(s) said Thank You: Opendreas

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

More
3 days 14 hours ago #3 by Opendreas
Thanks for your help.I changed the code a little
Code:
@media (max-width: 768px) {   .kunenadiscuss .avatar > img {    width: 10%;   } } @media (max-width: 320px){   .kunenadiscuss .avatar > img{    display:none;  } }

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

Time to create page: 0.399 seconds