• Resolved oguruma

    (@oguruma)


    Is there any way to force the list view display, even on mobile? I noticed that if you use List View, it defaults to grid view once you hit the mobile breakpoint.

    Would specifying the .gd-list-item-right to width of 33% and the .gd-list-item-left to 66% with !important force the Listings Widget to stay in List View orientation even on mobile?

Viewing 1 replies (of 1 total)
  • Plugin Author Paolo

    (@paoltaia)

    Hi,

    yes with CSS you can force listview to be used on mobiles too, but it would look awful.

    However, specifying the .gd-list-item-right to width of 33% and the .gd-list-item-left to 66% with !important is probably not enough. I haven’t tested directly, but most likely you’ll need some more CSS.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘List View Layout On Mobile?’ is closed to new replies.