• Since the latest update (Version: 1.8.6).

    My blog post alignment is wrong i.e. not fit to rows and 2 random spaces are in the grid layout?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    This was issue of the previous version and in the latest version 1.8.6, the issue has been fixed. Please clear the cache and go to Theme panel > scripts & styles, and regenerate the file by disabling/enabling the files.

    Thread Starter wrs223

    (@wrs223)

    Thanks for your response but yes I have already tried re-saving scripts & styles multiple times and cleared site plus CDN cache. I assure you the issue has not been fixed in version 1.8.6.

    What else can I do to prove to you? There are other recent posts on this forum about this issue. We can’t all be wrong?

    Hi,

    Please add the below CSS code from the Customize > Custom CSS.

    .blog-entry.grid-entry .blog-entry-inner {
        box-sizing: initial;
    }
    Thread Starter wrs223

    (@wrs223)

    Unfortunately that didn’t work for me. Check out https://iotdiy.com/category/iot-smart-home-how-to/ to see the issue.

    Thanks

    Hi,

    I apologize for the trouble.

    For now, Please add the below CSS code to fix the issue.

    #blog-entries {
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blog Grid Layout’ is closed to new replies.