• Resolved pjperez

    (@pjperez)


    I have no idea why, but after publishing my most recent blog post, the “blog section” of the Fotogenic homepage is randomly inserting blanks every after every third blog post — but only when viewed full-screen. On mobile, there are no blanks. Nothing shows differently in the generated html–no divs in between the blog content divs. Anyone have any clue what’s up with this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sujan Shrestha

    (@sujanshrestha)

    Hello @pjperez

    You can use the following bold code in additional CSS box in customizer that will help you to fix the issue:

    .blog_content {
    display: inline-block;
    float: none;
    margin-right: -4px;
    margin-bottom: -9px;
    }

    Thanks

    Thread Starter pjperez

    (@pjperez)

    Amazing, @sujanshrestha — that did the trick. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.