-
AuthorPosts
-
May 26, 2023 at 7:47 pm #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!
May 27, 2023 at 7:02 am #1408761Hi 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,
NikkoMay 27, 2023 at 12:08 pm #1408776Thanks 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
May 29, 2023 at 12:28 am #1408910Hi madakumbu,
Can you give us the link to your site? so we can inspect why it’s not working.
Best regards,
NikkoMay 29, 2023 at 9:39 am #1408920HELLO @Nikko
Thanks for your answer
I send in private the link to the page and password
Best regards !May 29, 2023 at 1:01 pm #1408936Hi 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,
NikkoMay 29, 2023 at 4:04 pm #1408947hi @Nikko
Now it’s ok, however the third column doesn’t look complete….
I send a screenshot in privateIs it possible to make the table scrollable?
Thanks !!
best regardMay 30, 2023 at 5:12 am #1408978Hi 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,
NikkoJune 1, 2023 at 12:49 pm #1409264HI @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 regardsJune 2, 2023 at 1:58 am #1409340Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.