[Resolved] Text overflowing the page

  • Author
    Posts
  • #9044

    ealeidan
    Participant

    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
    https://ibb.co/jZFRCn

    Thanks,
    EK

    #9045

    Andrew Misplon
    Keymaster

    Hi EK

    Perhaps try in Custom CSS:

    @media (max-width: 680px) {
    	.container {
    		word-break: break-word;
    	}
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top