What’s the best way to keep the “hp-listing__footer” always at the bottom, instead of having it on the right by default, as it appears in the mobile version?
Hi,
This would require CSS customization. It’s a design characteristic of the theme for horizontal listings, so changing it requires CSS modifications. If you’re familiar with coding, you can use this initial CSS snippet to adjust the direction in the listings, though please note that additional customization may be needed:
.hp-listing--view-block {
flex-direction: column!important;
}
Hope this helps
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.