Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
176 views
in Themes by

At https://gateoverflow.in/blogs?sort=recent  the text content of the 2nd blog is going out of bounds, and there are similar few other blogs as well which are having the same issue.

The problem has been present for quite some time but came to my notice yesterday.

Can this issue be resolved? It is creating a bit of difficulty in viewing/accessing when we try to access links present adjacent to such blogs.

Here is the image of the mentioned issue:

Thanks.

by
What plugin is this called? Can you send me a link for it?

1 Answer

0 votes
by

This should be fixed now.
Check your email and spam boxes for the newest update.


In case this issue still prevails in some rare occasions, you can use strip tags to your blog post description, and the issue should solve itself.

strip_tags($blog_description);

 

...