Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • zdiar Friend
    #162302

    The module janewspro – linear layout with default Display Settings works fine. (1 intro, 4 link items).
    I have changed the settings to 2 intro articles and there is something wrong with the layout.

    The link items on the right side are not in line with the first intro article, unfortunately they went down, next to the 2nd intro article. See the screenshot attached.

    Is there any solution to move these links back to top as the arrow shows on the attached image.

    Thank you.


    1. news2
    chavan Friend
    #384638

    <em>@zdiar 231936 wrote:</em><blockquote>The module janewspro – linear layout with default Display Settings works fine. (1 intro, 4 link items).
    I have changed the settings to 2 intro articles and there is something wrong with the layout.

    The link items on the right side are not in line with the first intro article, unfortunately they went down, next to the 2nd intro article. See the screenshot attached.

    Is there any solution to move these links back to top as the arrow shows on the attached image.

    Thank you.</blockquote>

    Open this file modules/mod_janewspro/tmpl/linear/style.css

    Replace the Code


    .linear .ja-zin .ja-zinlinks {
    float: right;
    font-size: 92%;
    width: 29%;
    }


    .linear .ja-zin .ja-zinlinks {
    float: right;
    font-size: 92%;
    position: absolute;
    right: 0;
    width: 29%;
    }

    Hope this would be helpful

    zdiar Friend
    #384655

    Chavan, thank you very much. Perfect!

    chavan Friend
    #384664

    <em>@zdiar 231982 wrote:</em><blockquote>Chavan, thank you very much. Perfect!</blockquote>

    zdiar, you are most Welcome 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  chavan 13 years, 7 months ago.

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