Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1049723

    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

    #1050722

    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

    #1051118

    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? …

    #1051747

    Hi,

    1.) I forget to change the value “none” to “block”. Please adjust the css code.

    2.) You can create another table that is specifically sorted for mobile view. Use the elements’ Screen Options to toggle their visibility.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.