Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • knerten Friend
    #190392

    First; I love this template! It’s really nice to both look at and work with 🙂

    But now I do have a problem. I’d like my JA News slide to show 6 pictures. Either in one line (thinner than the demo version) or displayed in two rows.
    I have set the module to show 6 pictures/articles, but the last 3 are displayed over the original 3. That way most os the slideshow are underneath the News Slide. Please see the attached pictures.

    I’d like 3 ned picures (as shown in the attached picture) underneath the original ones or 6 side by side.

    Is there any way to make this happen?
    And if displayed underneath each other; is there a way to have some distance between them?

    Thank you!

    Anita


    1. Skjermbilde1
    2. Skjermbilde2
    Ninja Lead Moderator
    #505098

    You can try to do with my below solution.

    Open templates/ja_tiris/css/mod_jasidenews.css file
    From


    div.ja-sidenews-wrap {
    bottom: 0;
    left: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    }

    change to


    div.ja-sidenews-wrap {
    bottom: 0;
    left: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    top: 500px;
    }
    #ja-container {
    margin-top: 165px !important;
    }

    Remember to clear cache from admin area

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 ago.

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