Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #289539
    ohh
    Participant

    Please take a look at this page, using your mobile phone (or a viewport simulator). As you can see the table alignment seems very off and the text becomes unreadable.
    https://www.zomerweidedag.nl/programma-2021/

    Could you please explain how I would be able to fix this? If purchasing Pro would be required, could you please explain how I would be able to fix this when I have pro?

    Thanks in advance.

    #289579
    Skandha
    Participant

    @ohh: Hello there,
    You seem to have an empty <td> cells. Please try removing that.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #289768
    ohh
    Participant

    Thanks for your reply. However, this doesn’t seem to fix the issue. Although I removed the extra TD, the lay-out still isn’t properly showing. Please advice.

    #289769
    Skandha
    Participant

    @ohh: Hello there,
    This is should prevent the words from overflowing to the next line on mobile devices. I don’t much can be done other that this as the width on the mobile screen is very small.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    td {
        word-wrap: normal;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #290164
    ohh
    Participant

    This made a lot of things better. I agree, it’s not ideal due to the fact the screen is small and the table contains text but for now this seems to have solved my problem.
    Thanks.

    #290196
    Skandha
    Participant

    @ohh: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/scapeshot/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a great week ahead. 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text in tables unreadable when viewed from mobile phone’ is closed to new replies.