Home › Forums › Jevelin Theme › My mobile text is half the sie of my screen, help!
Home › Forums › Jevelin Theme › My mobile text is half the sie of my screen, help!
As i say in the title. The mobile version only displays half of my text. can’t read it like that. Is there some custom css code for. im new to building websites. https://natureshealthyroots.com. Thanks!
Hi @Steen010,
I hope you are well today and thank you for your question.
Could you please share me the screenshot of the issue?
This can be due to easy-google-font-styles used on your site so could you please try temporarily disabling it?
Best regards,
Shufflehound team
You can make changes in it using Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Thanks!
You are most welcome here 🙂
I visited your shared site home page on mobile and it is displaying fine for me.
Are you facing the issue on any specific page?
The funny thing is. That this only happens from search engine results
This one https://jouwnatuurlijkegezondheid.nl/2019/01/16/cbd-olie-waarvoor-de-werking-en-de-voordelen/
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 { word-wrap: break-word; }
same problem again on this website again. not sure why this is happening?
Not sure why this is happening but you can resolve it using below custom CSS code.
body { word-wrap: break-word; }