how fix

Home Forums Jevelin Theme how fix

Home Forums Jevelin Theme how fix

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
  • SaqlainMughal
    Participant

    text are getting out of screen (see image, how do i fix this)?

    Attachments:
    You must be logged in to view attached files.

    Hi @SaqlainMughal,

     

    Thank you for your question.

     

    Could you please share the page URL from your site where it is displaying so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .container.entry-content {
        word-break: break-word;
    }

     

    SaqlainMughal
    Participant

    Ok it fixed but those words are weird now on desktop. Like half words above half below

    Please change the shared CSS code as below.

     

    @media (max-width: 900px){
    #page-container .container.entry-content {
        word-break: break-word;
    }
    }

    SaqlainMughal
    Participant

    same issue

     

    I can see the issue is resolved on your website now as shown in the attached screenshot.

     

    Please advise.

    Attachments:
    You must be logged in to view attached files.

    SaqlainMughal
    Participant

    Yes but it’s not correct in dutch

    ‘Gelijkvloers’ and ‘appartement’ are two different words -> when you combine those it becomes Gelijkvloersappartement BUT now it is:

    ‘Gelijksvloersappa’ and ‘rtement’

    Looks super weird

    The web browser didn’t distinguish between the two combined words and this is how it displays on smaller screens.

    SaqlainMughal
    Participant

    IS there a way they do distinguish?

    No

Viewing 12 posts - 1 through 12 (of 12 total)