Home › Forums › Jevelin Theme › how fix
Home › Forums › Jevelin Theme › how fix
text are getting out of screen (see image, how do i fix this)?
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; }
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; } }
same issue
I can see the issue is resolved on your website now as shown in the attached screenshot.
Please advise.
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.
IS there a way they do distinguish?
No