Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sky Friend
    #1017646

    How to show 2 columns in mobile phone view for homepage K2 item images?
    https://www.screencast.com/t/1VycATVSu

    Saguaros Moderator
    #1018263

    Hi,

    Let me check if it can be done as this template is not built with Bootstrap which is easier to achieve that.

    Regards

    Saguaros Moderator
    #1019442

    Hi,

    You can try opening the file: ROOT/templates/ja_lens/css/layout-mobile.css

    Look for this declaration (line 22):

    /* Default (Medium) ----*/
    .masonry .item {
    
    }

    change it to:

    /* Default (Medium) ----*/
    .masonry .item {
        width: 50% !important;
    }

    Regards

    sky Friend
    #1020400
    This reply has been marked as private.
    Saguaros Moderator
    #1020861

    Pls remove above css rule and add this instead:

    .masonry .item.item {
        height: auto;
        width: 50%;
    }
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 7 years, 5 months ago.

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