Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    There is no easy way to achieve this, but if you want to make the list shorter you can enable the scrollbar under settings -> design settings -> Hide the scrollbar?

    Thread Starter elm108

    (@elm108)

    The issue I’m having with enabling the scroll bar is that it’s not apparent there is a scroll bar until the user rolls over the list. For the average user, that’s not intuitive. If there was an “always visible” scroll option, it’d be a bit nicer. Could I modify how this behaves or…?

    Plugin Author Tijmen Smit

    (@tijmensmit)

    Check your email about this topic ??

    i solved the multiple columns “problem” with a couple of line of css.

    add this to your css child-theme style to have 3 result for row:

    #wpsl-result-list li {
    width: 33%;
    float:left;
    }

    if you need 4 in a row change 33% with 25% etc etc

    I hope this help you
    Bye Apaxxx

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Store listings in multiple columns below map’ is closed to new replies.