Hi. I would like to know if I can change the display of lisitngs on mobile, currently they are displayed vertically one after the other, I need it to be downsized to display at least two listings at a time.
Hi,
Unfortunately, there’s no such feature, it would require a custom implementation. If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY
It can be done through CSS if you’re up to making those modifications.
.hp-listings .hp-grid__item {
flex-basis: 50%;
}
You may need to consider wider page breakpoints, but I from what I’ve seen, it should be okay.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.