Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • obliat Friend
    #192555

    Hi guys and again big thanks to JA team for making TIV Responsive version.

    Already playing with it as I need to recreate all from scratch (as there’s no way to transfer J2.5 to Responsive)
    and I’m having an issue with JA News Featured.

    When I choose Spotlight profile and theme, Normal articles display under the featured article and not to the right as module tutorial shows. Firebugged CSS, but was unable to align Normal articles portion of the module to the right.

    Module published in home-feature-1 position.


    1. ja_news_featured_spotlight
    2. ja_news_featured_spotlight_tutorial
    Nazario A Friend
    #513897

    Hi obliat,

    You can try with my below suggestion:

    – Open file: /modules/mod_janews_featured/tmpl/spotlight/style.css
    – From:

    .spotlight .ja-zinfp-featured {
    width: 50%;
    background: url(dot.gif) repeat-y right #EBF2F7
    overflow: hidden;
    }
    .spotlight .ja-zinfp-normal {
    width: 50%;
    }

    To:

    .spotlight .ja-zinfp-featured {
    width: 50%;
    background: url(dot.gif) repeat-y right #EBF2F7
    overflow: hidden;
    float: left;
    }
    .spotlight .ja-zinfp-normal {
    width: 50%;
    float: right;
    }

    This thread was missed to be replied and I’m sorry for the same.

    Regards,

    Nazario A

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

This topic contains 2 replies, has 2 voices, and was last updated by  Nazario A 10 years, 5 months ago.

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