"Read more" bug?

I have just installed the theme on my blog and have an issue with the “read more” button.

When I press “read more” at the bottom of the page the first 6 posts that are shown take on the formatting of the “read more” button, i.e. they have a dark background and light letters. The next four posts show correctly, but the “older posts” button fails to appear at the bottom of the page. Instead, it is barely visible and placed next to the last dark colored post (see screenshot).

Is this what’s supposed to happen or am I experiencing a bug?

Hi @ilzele,

I hope you are well today and thank you for your question.

This seems happening because of the jetpack plugin that you are using on your site.

Could you please share me your site URL where it’s happening so that i can help you to resolve the issue?

Kind Regards,
Movin

Yes of course, it’s www.letthejourneybegin.eu

The mistake is only on desktop, on mobile it works fine.

Thank you in advance,
Ilze

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

div#infinite-handle {
    clear: both;
}

Perfect, thank you so much!

You are most welcome here :slight_smile: