Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • aleblava Friend
    #205440

    Slideshow module does not work good. Some text and images are shown overlapsed in my module called “Destacamos” (for example: “Propuestas de cara a las elecciones andaluzas del 22M” and “Perder el miedo a aliarse” articles; but not “Taller de econom?a social: relaciones laborales y r?gimen jur?dico de las cooperativas”)

    My web is http://www.asociacionnaim.es.

    What did I configured wrong?

    Thanks for your time.

    Ninja Lead Moderator
    #566749

    My solution below will help you to fix this bug

    Open templates/ja_rave/css/template.css file and add new css style

    @media (min-width: 1200px) {
    .moduletable_highlight .ja-slide-item img {
    width: 220px !important;
    }
    }

    aleblava Friend
    #567749

    Thanks. No overlapse now. But some words look bigger than others. Why does it happen?

    aleblava Friend
    #732856

    Thanks. No overlapse now. But some words look bigger than others. Why does it happen?

    Ninja Lead Moderator
    #567828

    Try to use my solution below

    Open templates/ja_rave/css/template.css file and add new script

    @media (min-width: 1200px) {
    .moduletable_highlight .ja-slide-desc {
    font-size: 12px !important;

    }
    .moduletable_highlight .ja-slide-desc a {
    font-size: 100% !important;
    font-family: Arial,Helvetica,sans-serif !important;
    color: #333 !important;
    }
    }

    Ninja Lead Moderator
    #732934

    Try to use my solution below

    Open templates/ja_rave/css/template.css file and add new script

    @media (min-width: 1200px) {
    .moduletable_highlight .ja-slide-desc {
    font-size: 12px !important;

    }
    .moduletable_highlight .ja-slide-desc a {
    font-size: 100% !important;
    font-family: Arial,Helvetica,sans-serif !important;
    color: #333 !important;
    }
    }

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

This topic contains 6 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