Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • pellinimf Friend
    #201518

    Dear all,
    I’m wondering what’s wrong on my website (click here) making the articles not aligned in the list of articles module (Position mast-col).
    This happens when you reach the first time the site; if you visit any page and then return to the home page … everything is perfectly aligned (like in a table).
    I believe this may come from the different content of each article, but can’t understand why it occurs only at the first time.
    Any hints?

    Thanks and ciao

    Eragon H Friend
    #550474

    The problem stays at different height among articles, so they can not be organized properly.

    By defaul, the height of articles showed in that module is calculated by the js and are same among articles. However, there is js conflict in your site (http://prntscr.com/4pgspx), and this may cause the js can’t calculate when the content hasn’t been fully loaded for the first time.

    What I can suggest you in this situation:
    1. Try to disable plugin/module one by one to find the one cause the conflict.

    2. You still can set the height, so your site will display fine even the first time: Add the below code to the root/templates/ja_fubix/css/custom.css

    .trending.vertical-layout li{
    min-height: 420px !important;
    }

    pellinimf Friend
    #550603

    <em>@pellinimf 446890 wrote:</em><blockquote>Dear all,
    I’m wondering what’s wrong on my website (click here) making the articles not aligned in the list of articles module (Position mast-col).
    This happens when you reach the first time the site; if you visit any page and then return to the home page … everything is perfectly aligned (like in a table).
    I believe this may come from the different content of each article, but can’t understand why it occurs only at the first time.
    Any hints?

    Thanks and ciao</blockquote>

    Thank you Eragon, and excuse for my late answering (not able to work on this).
    I’ll follow your suggestions.

    Best regards,
    Mario

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

This topic contains 3 replies, has 2 voices, and was last updated by  pellinimf 10 years, 1 month ago.

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