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.
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
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
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
Hey!
Thank you for the info. Add this in the Quick CSS field:
table {
overflow: auto !important;
display: block !important;
}
Regards,
Ismael
Excellent thank you for the help