test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hanzh Friend
    #192006

    I am having a problem with the Mitius template for Kunena forum.

    When viewing form on a smartphone the template is too wide, meaning you are not able to see all text on mobile device. Half of the text is outside your screen. Also you cannot zoom in/out so no way to normally read posts on the forum. Anyone have a solution???

    Here’s a screenshot:


    1. foto
    phong nam Friend
    #511376

    Hi hanzh,

    It will not be the good idea to see the forum post (i.e Kunena) on mobile view because a forum post contains many elements (avatar, content, toolbar …) and by default, Kunena doesn’t support responsive feature on its elements.

    But, in this case you can try on the idea is reducing the min-width of profile comlumn on forum post so that all post content can be seen on mobile view. You can try to put below css styles override into templates/ja_mitius/css/custom.css file:

    @media (max-width: 480px) {
    #Kunena td.kprofile-left {
    min-width: 85px;
    }
    }

    Please check the JA Mitius demo site in your mobile, let us know if it behaves different. Its a limitation from the kunena component.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 11 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum