Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #218461

    Hi, I am very happy with your theme, except for one issue on mobile devices: On some pages of my site, I have manually created tables with 2-3 columns. When viewing these on mobile devices, they are cut off (which is understandable), BUT I cannot scroll to the right to view the rest of this table. Is there any solution to this problem (except not using tables)? thanks!

    #218598

    Hi schloeskeCS!

    Can you please give us a link to page with the table element? Maybe, we can resize the size of the table on mobile view.

    Cheers!
    Ismael

    #218753
    This reply has been marked as private.
    #219176

    Hey!

    Try adding this code to the Quick CSS:

    #top {
        overflow-x: visible !important;
    }

    That will allow scroll on mobile.

    Cheers! 
    Josue

    #220490

    Thanks, that worked partially. However, for tables that are embedded in an Accordion/Toggle, they are still cut off.

    #220630

    Hey!

    Try adding this code to the Quick CSS:

    .single_toggle, .toggle_content {
        overflow: visible !important;
    }

    Cheers! 
    Josue

    #220633

    thanks, that did the trick :-)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile Issues’ is closed to new replies.