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
Hey soniavoice,
What do you mean by “chart”? Do you mean the table?
Best regards,
Victoria
Yes the table.
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