Resolved

Text overflowing the page

Ultra Theme started by ealeidan Mar 11, 2018 1 reply
ealeidan Mar 11, 2018 · 6:09 pm #9044

Hello,
The text on one of the pages is overflowing the page width on mobile view. The language is Arabic (RTL).
It only happened on the main page. The rest of the pages are ok! I tried to change the page attribute from default to full width to no avail. Please see the screenshot
overflow Text

Thanks,
EK

Andrew Misplon Puro Mar 11, 2018 · 6:19 pm #9045

Hi EK

Perhaps try in Custom CSS:

@media (max-width: 680px) {
	.container {
		word-break: break-word;
	}
}
2 posts