Home Forums Basel support forum Tables

Tables

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

    sandrofinoribeiro
    Participant

    #229374

    Hello,

    Tables are partially responsive on mobile.

    You can add a scroll to the tables to make them responsive.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body table tr td {
        padding: 0;
    }

    You will get this result: https://prnt.sc/upf9zb

    Best Regards

    #229400

    sandrofinoribeiro
    Participant

    Thanks, the height its solved.

    How can i add a scroll to the tables?
    The right columns is not visible in cell phones.

    Thanks,
    SR

    #229488

    Hello,

    Add one and the same class to all the text blocks, that contains the table, I will provide custom CSS.

    Best Regards

    #229516

    sandrofinoribeiro
    Participant

    Hi,

    Should i add that class only to “<p>” block or also to “<table>”, “<tbody>”, “<tr>” and “<td>” ???
    The class can be “csltable”.

    Thanks,
    SR

    #229584

    Hello,

    You need to add a class to an element that contains the table.

    Best Regards

    #229682

    sandrofinoribeiro
    Participant

    #229940

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .csltable {
    overflow-x: scroll;
    }

    Best Regards

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)