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!

Home Forums Jevelin Theme My mobile text is half the sie of my screen, help!

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
  • Steen010
    Participant

    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

    Steen010
    Participant

    Yes thanks. That was it! Only now my words and sentences are not tighty. Is there a way i can tighten that up?

     

    And i like a box behind my text, so its better readeble. Is there css code for or a plugin?

     

    Thanks!

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

    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/

    Steen010
    Participant

    Thanks!

    You are most welcome here 🙂

    Steen010
    Participant

    Hi guys. For some reason it happened again. I dont use easy google fonts anymore. Here a screenshot

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

    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?

    Steen010
    Participant

    The funny thing is. That this only happens from search engine results

    Steen010
    Participant

    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;
    }

    Steen010
    Participant

    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;
    }
Viewing 13 posts - 1 through 13 (of 13 total)