Blog Layout Error

Hi there,

So i just checked my blog page with phone layout and it looks like this

and i went to builder and nothing wrong on my blog page settings.

Could you please check regarding the issue?

Here, in caption you left full URL which browser basically recognizes as one really long word, and by default it will not break it.
So there is two solutions, until we find a way to prevent this globally in Divhunt. Either you don’t put full URL there and on similar places, or you need to force break of long words.

So what you can do is to select rich-text tag, open custom CSS here:
image

And inside you can write:

self figcaption {
	word-break:break-all;
}

image

Awesome!
it works now.
Thanks!