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

    Hi,
    i have create a table on the middle of landing page (following the sentence “I nostri trading system”) made up of one description column and two highlight colums.
    The content of description column is not showed on mobile view.
    How can I fix it?

    Thank you and Kind Regards,
    C2S

    #1271444

    Hey c2strategy,

    Thank you for the inquiry.

    We could display the description column back on mobile view with css, but it will be rendered above the next columns.

    .responsive .pricing-table.avia-desc-col {
    	display: block !important;
    }

    A better solution is to display a different set of table on mobile view. You could toggle the elements’ visibility in the Advanced > Responsive > Element Visibility settings.

    Best regards,
    Ismael

    #1271528

    Hi Ismal,
    thank you for you answer but I didn’t achieve the goal.
    I would like to have tabular table view on mobile and pricing table view for the rest of visualizations.
    How can I get it?

    Many thanks and kind regards,
    C2S

    #1272376

    Hi Ismael,
    could you help me to find a solution?

    Many thanks.
    C2S

    #1272489

    Hi,

    Thank you for the update.

    You may have to create or insert another Table element and configure its visibility in the Advanced > Responsive > Element Visibility settings so that it will only display on mobile view, same for the current Table element so that it only shows on desktop view.

    Best regards,
    Ismael

    #1272492

    Hi Ismael,
    thank you for your support.
    I fix it.

    Kind regards,
    C2S

    #1272551

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘show table description column on mobile view’ is closed to new replies.