Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • gustavoi Friend
    #720173

    I Have a JASideNews module located on User8 position (Puresite template).

    On PC devices everything looks great, but on Tablet and mobile devices, the height of article images are cut improperly (image below) it would be better to have a little more height (each of them).

    Could you help me?

    thanks in advance

    Gustavo

    Ninja Lead Moderator
    #720369

    Hi,

    You can open three file below and add new css style

    <blockquote>templates/ja_puresite/css/layout-tablet.css
    templates/ja_puresite/css/layout-mobile-port.css
    templates/ja_puresite/css/layout-mobile.css</blockquote>


    .ja-sidenews, .ja-sidenews img {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    }

    Once done, clear cache from admin area and check it again.

    Let me know if it helps

    Regards

    Ninja Lead Moderator
    #753327

    Hi,

    You can open three files below and add new css style

    <blockquote>templates/ja_puresite/css/layout-tablet.css
    templates/ja_puresite/css/layout-mobile-port.css
    templates/ja_puresite/css/layout-mobile.css</blockquote>


    .ja-sidenews, .ja-sidenews img {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    }

    Once done, clear cache from admin area and check it again.

    Let me know if it helps

    Regards

    gustavoi Friend
    #720515

    Thanks for your indication changes, they improved very much !

    On Tablet it is great, but on mobile, image Titles (Text below images) is being cut (see image below)

    How can I solve?

    thanks
    Gustavo

    gustavoi Friend
    #753353

    Thanks for your indication changes, they improved very much !

    On Tablet it is great, but on mobile, image Titles (Text below images) is being cut (see image below)

    How can I solve?

    thanks
    Gustavo

    Ninja Lead Moderator
    #720909

    You can fix the problem of image title on mobile layout

    Open templates/ja_puresite/css/layout-mobile.css file

    find and change

    #ja-topsl div.moduletable h3, #ja-topsl1 div.moduletable h3, #ja-topsl2 div.moduletable h3 {
    font-size: 200% !important;
    }

    to

    #ja-topsl div.moduletable h3, #ja-topsl1 div.moduletable h3, #ja-topsl2 div.moduletable h3 {
    font-size: 150% !important;
    }

    .ja-slidenews-cover {
    height: 120px !important;
    }

    Ninja Lead Moderator
    #753449

    You can fix the problem of image title on mobile layout

    Open templates/ja_puresite/css/layout-mobile.css file

    find and change

    #ja-topsl div.moduletable h3, #ja-topsl1 div.moduletable h3, #ja-topsl2 div.moduletable h3 {
    font-size: 200% !important;
    }

    to

    #ja-topsl div.moduletable h3, #ja-topsl1 div.moduletable h3, #ja-topsl2 div.moduletable h3 {
    font-size: 150% !important;
    }

    .ja-slidenews-cover {
    height: 120px !important;
    }

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

This topic contains 7 replies, has 2 voices, and was last updated by  Ninja Lead 9 years ago.

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