Word wrap

Discussion in 'Foogo Pro WordPress Theme' started by ifonly, Feb 17, 2018.

  1. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Hi there,

    I've just noticed that word wrap is not working on mobile views. Cuts off in various places and makes text really hard to read. I'd like it to nicely wrap (not using hyphens either). Attaching screenshot. Page: codemefy.com

    upload_2018-2-17_9-53-6.png upload_2018-2-17_9-54-24.png

    Thanks,
    Adele
     

    Attached Files:

    Last edited: Feb 18, 2018
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi,

    I have just checked your site and found the error.

    You can easily fix it, all you need to do is just paste the below custom CSS code in the Custom CSS field located under Dashboard->InkThemes->Theme Options->Styling Settings

    Code:
    @media only screen and (max-width: 480px){
    #content_wrapper.content .post .post-content {   
    word-break: break-word;
    word-wrap: break-word;
    }
    }
    This will help you to figure it out and resolve your issue(s).

    Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Hi - thanks for your reply.

    I've tried this code before but it didn't work fully. I've added it in the styling settings:
    upload_2018-2-19_13-23-40.png

    When I check on my mobile it seems to wrap ok. But if I check this media query on microsoft edge and firefox it doesn't wrap. Chrome is ok too. Screenshot from Edge.

    upload_2018-2-19_13-30-11.png

    Thanks for your help.

    Adele
     

    Attached Files:

  4. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Hi there, I'm still having issues on some browsers with word wrapping. Can you help? Thanks!
    upload_2018-2-23_10-22-53.png

    Regards
    Adele
    Codemefy.com
     
  5. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greetings from InkThemes,

    I am glad to inform you that- I have modified the required changes, Kindly visit your site and acknowledge us for the same.

    Regards,
    Akbar
    InkThemes.com
     
  6. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Look much better, many thanks again!

    Kind regards,
    Adele
     
  7. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49

Share This Page