How to move price all the way to the right in the listing_actions_primary?

I see we can not delete the price. But how do we move it instead all the way to the right of the listing_actions_primary?

Please send more details that may help to detect or reproduce this issue (e.g., a link to your site, screenshots, or the error message you get).

This would require customizations for the hivepress/v1/templates/listing_view_block hook (fetching this block and then inserting it to the actions container, but I’m not sure if it’s possible, depends on how the price is added), but you can also swap these elements via CSS, using the flex-direction:row-reverse rule.

1 Like

Perfect thanks, I didn’t think of that. I will try

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.