Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • torenewa Friend
    #144668

    I want to use your fabulous Front Page News module in Opal and want it to have the same layout it has in Teline III with the Featured article on the left and the Normal articles on the right.

    I copied the settings from the Teline Demo, but as you can see in the attached screen shot, the main articles all appear below the feature one and there is a big open space on the right.

    What am I doing wrong?

    Thanks,

    HL


    1. front-page-news-test
    Anonymous Moderator
    #318975

    Hi torenewa

    It is so hard to debug. I think you are missing css file.

    If not, please kindly send me your live url via PM so that i could have a closer look on the issue

    Anonymous Moderator
    #319091

    Hi torenewa

    Thank you for your PM

    It is so hard to debug this issue.I should try to upload files to a server and send me your information for checking.

    Anonymous Moderator
    #319253

    Hi torenewa

    Thank you for your PM again.

    To solve it, please open modules/mod_janews_fp/assets/style.css file,

    – find this block section:

    .ja-zinfp-normal { width: 50%; }

    and change to:

    .ja-zinfp-normal { width: 50%; float: left;}

    – find this block section:


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

    and change to:


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

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

This topic contains 4 replies, has 2 voices, and was last updated by Anonymous 15 years, 1 month ago.

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