Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #694073

    Hi,

    Enfold is a great theme. I am just having a little issue with the responsive tables. I set the tables to “scrollable” to prevent the shifting columns problem, after reading some threads here. But now the words no longer wrap when the table doesn’t fit on the screen.

    I have tried to add the css for whitespace to be normal (as suggested in some threads) but it doesn’t make any difference.

    Looking forward to you reply,

    #694075

    Hey avswieten,

    Thanks for reaching out to us!

    Could you please also provide login credentials to your WordPress dashboard so that we may have a closer look.

    Best regards,
    Jordan

    #694094

    Thank you for the quick reply

    login below

    #694659

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 768px) {
    div .avia-table {
        width: auto;
    }}
    

    Best regards,
    Yigit

    #694770

    Hi Yigit,

    Thanks for the reply. It doesn’t work unfortunately.
    Scrollable table still behaves the same. The text is wrapped while there is enough space. Ones it has to start scrolling the wrapping is gone and text is all on top of each other.

    Another option would be to make the responsive table behave correctly. I have a number of posts with this version like: http://lettertype.net/trajano-regular/
    But here the headers all get stacked at the top and the data underneath.

    Looking forward to your ideas:)

    Adriaan

    #695400
    #695610

    Hi,

    You had a missing closing curly bracket in your custom CSS. I closed it. Please review your website now

    Best regards,
    Yigit

    #696735

    Thanks Yigit,

    I missed that one. Looks pretty good now.

    Have a great day!

    #696757

    Hi,

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Words not wrapping in scrollable table on mobile’ is closed to new replies.