Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • gkintziris Friend
    #187026

    I very new with joomla and joomlart too
    Begging to built a new website I noticed that viewing the site from ipad the right side of slideshow module was cut…

    Try to find the answer here but none helpful advice

    I thought to try the demo page on ipad

    http://www.joomlart.com/demo/#ja_vintas

    and the same result again

    so i suppose that I didn’t do something wrong….

    do anyone from the developers can check that?

    George

    Ninja Lead Moderator
    #491034

    Hi George,

    JA Vintas Template does not support responsive layout (doesn’t run well in different screen resolution like iPad) but you can apply my suggestion to fix it:

    – Open templates/ja_vintas/css/template.css file

    – Add new script below

    @media (min-width: 768px) and (max-width: 1024px) {
    .ja-ss-items {
    width: 100% !important;
    }

    .ja-ss-item {
    width: 100% !important;
    }
    .ja-ss-wrap {
    width:100% !important;
    }

    .ja-ss-item img {
    width: 100% !important;
    }

    .ja-ss-btns {
    width: 100% !important;
    }

    #ja-slideshow {
    width: 100% !important;
    }
    }

    Remember to clear cache from Admin area.

    Let me know the result

    Regards

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

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

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