Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #453738

    Hello,

    I am having some trouble on a site i am building.

    I am using a lot of tables and when viewed on mobile they are not scrollable horizontally.

    Please check page and let me know. Using latest Enfold and WordPress.

    Thanks in advance.

    #454042

    Hey george!

    Your site is in maintenance mode it looks like. Go ahead and take that off or send us a login so we can check.

    When you view your site on mobiles the table widths will be set to use 100% of the width of the page. Are you trying to make it so the table width is a px value and you can scroll around the page?

    Best regards,
    Elliott

    #456090
    This reply has been marked as private.
    #456515

    Hi!

    Looks like you added the tables manually. Try to add this to the Quick CSS field to make it scrollable:

    .togglecontainer table {
      overflow: scroll;
    }

    Cheers!
    Ismael

    #456575
    This reply has been marked as private.
    #457075

    Hey!

    Alright. Is this the correct website? http://netinfoweb.net/strovolos/archiki-selida/dimotiko-simvoulio/meli-simvouliou/

    The site is currently on maintenance mode. Please give us a temporary login details so that we can see the actual page. Remove the dot on the selector:

    table {
    overflow: scroll;
    }

    Best regards,
    Ismael

    #457152
    This reply has been marked as private.
    #457810

    Hey!

    Thank you for the info. Add this in the Quick CSS field:

    table {
      overflow: auto !important;
      display: block !important;
    }

    Regards,
    Ismael

    #458221

    Excellent thank you for the help

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Tables do not scroll on mobile’ is closed to new replies.