• Is there a way to make the scroll bar always visible on mobile so a user can tell that the location list is scrollable?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter crystalpayton

    (@crystalpayton)

    or is there a way make the location list paginated on mobile?

    Plugin Author plainware

    (@plainware)

    Hello,
    my apologies for not replying sooner. I’ve just visited your page and it did display the scroll bar in the location list. Or am I missing something?

    Thread Starter crystalpayton

    (@crystalpayton)

    well on an iphone you can’t tell that the section is scrollable
    is there a way make the location list paginated on mobile?

    Plugin Author plainware

    (@plainware)

    Sorry no, there’s no option to paginate the list in the current version. You can probably add some custom CSS to emphasize the scrollbar a bit more for mobiles. In your WordPress admin, go to Appearance, Customize, then choose Additional CSS, and paste the following code:

    @media (max-width: 48em) {
    .hclc_list_class::-webkit-scrollbar {
    width: 1em;
    }
    .hclc_list_class::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 .5em  rgba(0, 0, 0, 0.3);
    }
    }
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile usability’ is closed to new replies.