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

    http://www.crestedbuttecomputers.com/dev/turbo-lease/pricing/

    All of the heading rows disappear when viewed on mobile. How can I get them to stay? Did you figure out a way to do COLSPAN on a table yet?

    #511402

    Hey ewingmh!

    use this code:

    @media only screen and (max-width: 767px) {
    .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th {
    display: block;
    }}
    

    Did you make a feature request for this COLSPAN function yet?

    Best regards,
    Andy

    #511731

    Great thanks – and no I haven’t submitted it because it’s been talked about SO many times on here… figured it was already in the works.

    #511772

    Hi!

    I’m not 100% sure when it will be implemented, but I’m glad to know we could help :)

    Please let us know if you ever need any help in the future.

    Regards,
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Heading Row disappears in mobile’ is closed to new replies.