Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #502057

    Hi,
    I don’t see my description column in price table when I reduce the resolution of the browser to mobile’s resolutions. I checked similar table price on your demo http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables (the second from the top) and there are the same issue

    #502063

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        .responsive .pricing-table.avia-desc-col {
            display: block !important;
        }
    }

    Cheers! 
    Josue

    #502260

    Thank you. OK now is visible but it is not useful solution. It is difficult to relate a description to the contents of the columns below. You should work on a better solution. Is there any chance on it?

    #502563

    Yeah the thing is, by default table columns stack when seeing in mobile, so the description column gets hidden, tables are definitely something with room for improvement. If you have any idea please post a request about it here.

    Best regards, 
    Josue

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