Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1146304

    Hi!

    On the smartphone, the description column is not displayed in the price table. What can I do to fix the problem?

    #1146380

    Hey MK8587,

    The pricing table on your setup only looks great on desktop and tablet.
    The workaround I could suggest is to hide the pricing table on mobile and show a different one for mobile.
    Hope this helps.

    Best regards,
    Nikko

    #1146567

    How I can display a different table for mobile?

    #1146571

    Hi,

    You would want to figure out a way to best display your information on mobile. Can t be one column? 2 at most? Once this is figured out we can use css to hide it on everything but mobile.

    Best regards,
    Jordan Shannon

    #1147072

    Hi,

    yes, I need two colums, to show date and price (see on dektop). Not more.

    #1147322

    Why I don’t get an answer? I started the post on 8 october.

    #1147524

    Hi MK8587,

    You can make a simple table with the html and paste it in the text block that will be shown only on mobile using the screen options.

    Or you can try using this css:

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

    Best regards,
    Victoria

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