Home › Forums › Basel support forum › Tables Tables This topic has 7 replies, 2 voices, and was last updated 4 years, 1 month ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts September 28, 2020 at 12:41 pm #229333 sandrofinoribeiroParticipant … September 28, 2020 at 4:20 pm #229374 Elise NoromitMember 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 September 28, 2020 at 9:14 pm #229400 sandrofinoribeiroParticipant 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 September 29, 2020 at 6:52 am #229488 Elise NoromitMember Hello, Add one and the same class to all the text blocks, that contains the table, I will provide custom CSS. Best Regards September 29, 2020 at 7:52 am #229516 sandrofinoribeiroParticipant 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 September 29, 2020 at 10:56 am #229584 Elise NoromitMember Hello, You need to add a class to an element that contains the table. Best Regards September 29, 2020 at 1:43 pm #229682 sandrofinoribeiroParticipant … September 30, 2020 at 1:59 pm #229940 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Mobile: body .csltable { overflow-x: scroll; } Best Regards Author Posts Tagged: Tables Sizes Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register