Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • scottishalex Friend
    #199853

    Hi there. I have a problem with how K2 pages with more than one column are displayed on mobile phones. Standard Joomla multi column pages change to show one column at a time – why doesn’t K2.

    I am using JA Medicare and the quickstart data to test it.

    I have read an article which says to add the following code to my mobile css:

    .itemContainer{

    width:100% !important;
    }

    But not sure if that’s right or, where or how to add the code.

    Can someone help?

    Many thanks in advance.

    Adam M Moderator
    #543065

    Hi Alex,

    Please open the root_folder/templates/ja_medicare/css/custom.css file and add this rule:

    @media (max-width: 767px) { /* you can change the value to 1024px if you want to collapse in bigger monitor */
    #k2Container.latestView .latestItemsContainer {
    width: 100% !important;
    }
    }

    Save your file and check again.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Adam M 10 years, 4 months ago.

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