Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #880174

    Hi there

    Can you tell me please why the price list table on this page is not showing up on mobile view?

    Thanks

    #880215

    Hi Picante!

    Please edit your element and go to “Screen options” tab and make sure that you have not chosen to hide Table element on mobile.

    Regards,
    Yigit

    #880299

    Hi Yigit

    I’ve checked this and I have not chosen “hide” on any of the screen options – any other ideas?

    Thanks

    #880375

    Hi,

    Please add following code to Quick CSS in Enfold theme options > General Styling

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

    Best regards,
    Yigit

    #889976

    Thank you – you can now see it, but it’s not lining up as it should be – the columns are on top of each other rather than side by side.

    #890026

    Hi,

    Can you please edit your table and choose to make entire table scrollable on mobile – https://i.imgur.com/KAIRogC.png?

    Best regards,
    Yigit

    #890589

    Thank you! That has worked, but I had to change from “display as pricing table” to “display tabular data”, so the table doesn’t look so good on a full screen now (it’s changed the formatting/font). Anyway, at least it can be viewed on a mobile.

    Thanks again.

    #890651

    Hi,

    I’m glad you were able to find a solution. Did you need additional help, or shall we close this topic?

    Best regards,
    Jordan Shannon

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