Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1193475

    Hi, I need that every chart stay with 2 columns in every screen dimension also in this listings page.
    I need that also in mobile view chart keep 2 columns and not one.
    This is a page example:

    Thanks

    #1194469

    Hey soniavoice,

    What do you mean by “chart”? Do you mean the table?

    Best regards,
    Victoria

    #1194555

    Yes the table.

    #1194873

    Hi soniavoice,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .responsive div .avia_responsive_table .avia-data-table td {
            display: table-cell;
            width: 45vw;
            border-left: 1px solid #ccc;
        }
        .responsive div .avia_responsive_table .avia-data-table tr {
            display: table-row;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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