• I installed OceanWp on my blog, because it came with sitegroung. When entering the home site, there are blank spaces between the articles and images of the post (without images, only empty spaces), they indicate to me that it is a problem of design of the theme. If you have another idea about what it could be, tell me.
    Regards.

    • This topic was modified 4 years, 3 months ago by Jan Dembowski.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Kris9

    (@krzysztofb89)

    Known issue, revert to version 1.8.2 (like I did) and suddenly everything works!

    Hi,

    Please share the website page URL where you getting this issue to check.

    Hi
    I was advised to use the following snippet but it didn’t worked too.
    .blog-entry.grid-entry .blog-entry-inner {
    box-sizing: initial;
    }

    Hi,

    Replace the above code with this one.

    #blog-entries {
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘OceanWp on my blog ( empty spaces between articles).’ is closed to new replies.