Forum replies created

    TS
    Spectator
    Posts: 4
    January 16, 2019 at 4:39 pm #42150

    That’s the one!! (I knew it was simple …)

    Thanks a lot. That helped! ‘Problem’ solved.

    TS
    Spectator
    Posts: 4
    January 16, 2019 at 3:16 pm #42148

    I noticed what changed: it was not so much the distance between the post title and the meta-line, than between the meta line and the post excerpt. Not the same …

    .post-title {margin-bottom: 0;} moves the meta line (date & author) closer to the post title, but the gap between the meta line and the post image or text remains.

    .entry-meta {
    margin-bottom: 0px;
    }

    .entry-title {
    margin-bottom: 15px;
    }

    do not make a difference either.

    TS
    Spectator
    Posts: 4
    January 16, 2019 at 11:08 am #42147

    Great! Thanks a lot!

    That did part of the trick: the white gap is about 30% smaller, which is great.
    But it still seems pretty big.

    Is there another class to reduce it further? (30% more would do.)

    TS
    Spectator
    Posts: 4
    January 13, 2019 at 1:33 pm #42137

    Hello.
    Thank you very much for your answer. The website is not online yet. I’m preparing it on Flywheel local before going live.

    I just found a solution, but I still don’t know the precise reasons why this happened.
    In fact, when I format the post with TinyMCE Advanced in hybrid mode, or the classical editor, the text does not show up in the excerpts. All you see is the featured image, or the first image and a blank space beneath.

    When I revert to new Gutenberg editor and recreate – conversion is not enough – the post with copy/paste everything works fine: image and text excerpt are displayed.

    So there seems to be s compatibility problem with TinyMCE Advanced. Or at least, that would be my thought … Does that make sense?