Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #685881

    Hi,
    There is a bug I reported since Updta 3.7.1 (1 month ago)
    Moderator told me it should be fixed on next release 3.8 but the bug is still present.
    It’s a very important bug 40% of mobile traffic is mobile and all tables from Enfold are not responsible and readable on mobile.
    At least provide a css quick fix….

    My previous post : (https://kriesi.at/support/topic/bugs-on-table-with-last-update-not-scrollable-and-column-width-fixed/) which had been closed for no reason…
    – Table are not scrollable anymore. It’s Totally impossible to read it on mobile.
    – All column have now the same size. The width used to depend on the content of the cell (expected behavior in most of the case not a fixed size).

    Regards,

    • This topic was modified 8 years, 2 months ago by techrisingkg.
    #687359

    Any News ?

    #691668

    Hi,

    Sorry for the late reply! 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 {
        table-layout: auto;
    }}
    

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.