Home Forums Basel support forum Tables (Mobile phones)

Tables (Mobile phones)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #118945

    Roman
    Participant

    There is a problem with the display of tables on mobile phones, how can I fix this?

    Attachments:
    You must be logged in to view attached files.
    #118989

    Hello,

    Tables are not responsive by their nature, you can add a scroll on mobile or replace with other elements or hide.

    Best Regards

    #119392

    Roman
    Participant

    Ок, how can I add a scroll on mobile?

    #119424

    Hello,

    Please provide the page URL with the table. If your site is under maintenance, please provide the site admin access as well.

    Best Regards

    #119656

    Roman
    Participant

    Hi,

    I send the link below

    #119692

    Hello,

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

    body .wpb_content_element{
    	overflow-x:scroll;
    }
    body .wpb_content_element table{
        min-width:1106px;	
    }

    Important! You would better to assign a class to the text block containing the table and replace the class .wpb_content_element with your custom class otherwise, all the text blocks would get the scroll.

    Best Regards

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