Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1408725

    Hi There,

    I am using the table element.
    I wanted to know if there is any way for the mobile to make the table look horizontal and not one column below the other?

    Thank you very much!

    #1408761

    Hi Magdalena,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive div .avia_responsive_table .avia-data-table table, 
      .responsive div .avia_responsive_table .avia-data-table tbody, 
      .responsive div .avia_responsive_table .avia-data-table tr, 
      .responsive div .avia_responsive_table .avia-data-table td, 
      .responsive div .avia_responsive_table .avia-data-table th {
        display: revert;
      }
    }

    Best regards,
    Nikko

    #1408776

    Thanks a lot Nikko, but it doesn’t work, it doesn’t change anything

    I would like the table to scroll to see the columns horizontally on mobile device

    Best regards

    #1408910

    Hi madakumbu,

    Can you give us the link to your site? so we can inspect why it’s not working.

    Best regards,
    Nikko

    #1408920

    HELLO @Nikko
    Thanks for your answer
    I send in private the link to the page and password
    Best regards !

    #1408936

    Hi madakumbu,

    I tried to add the code however the page seems to loading to slowly on my end.
    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive .avia-pricing-table-container, 
      .responsive .pricing-table-wrap {
        display: flex;
      }
    }

    Best regards,
    Nikko

    #1408947

    hi @Nikko
    Now it’s ok, however the third column doesn’t look complete….
    I send a screenshot in private

    Is it possible to make the table scrollable?
    Thanks !!
    best regard

    #1408978

    Hi madakumbu,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top, 
      .responsive #top #wrap_all {
        overflow: visible;
      }
    }

    Best regards,
    Nikko

    #1409264

    HI @Nikko

    Thanks for your answers

    The table seems to be scrollable, however it is the whole page, not only the table.

    I do not know how to explain it in english :) , could you look on a mobile device?

    I send a screenshot in private and the link

    Thanks again !!
    Best regards

    #1409340

    Hi madakumbu,

    I don’t think it’s possible to make it scrollable only for the table without affecting the page, that’s the reason why tables are stacked up on each other on mobile since it has a narrow width. The other method would be to recreate the table and show it only for mobile.

    Best regards,
    Nikko

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