Blog posts not displaying correctly on mobile

Hi guys,

So my website has each individual podcast episode as a post on Wordpress. Here is a link to a podcast episode: https://modernwisdomlife.com/life-hacks-104/

On mobile the text doesn’t fit in the container and overflows (see screenshot.)

It displays fine on mobile. I’m not sure what I can do?

Please let me know if you have any questions,

Jordan

Hi Jordan,

To fix this issue, please add this custom CSS under Theme Options > CSS:

.entry-content p a {
    word-wrap: break-word;
}

For more information about the word-wrap CSS attribute, please take a look at this:

https://www.w3schools.com/cssref/css3_pr_word-wrap.asp

Hope it helps :slight_smile:

Hi Thai, thanks for the response.

This has solved the issue. So thank you. Now to fix it on my homepage (created separate post).

Glad it works now, and let’s discuss it on your other post. Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.