Hi there,
2 things are not working properly on mobile, hope you can help me fix them…
1. The scroll up “button” doesn’t show up
2. All the tables are not being displayed properly
Hey Dee007,
Thank you for using Enfold.
1.) That button is hidden by default. You can use this css code to re-display it:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: none;
}
}
2.) Set the table’s Table Options > “Responsive Styling” to the second option (“scrollable”).
Best regards,
Ismael
Hi @ismael,
1. I applied the code but nothing seemed to have changed
2. That is a very very bad way of displaying that info… so very uncommon and unintuitive… also no indication for user he/she can even do that (slide the table I mean). No other solution? …