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).
What is code snippet to move price to the right of listing box bottom, were normally the message and favorite icon is. Thanks
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.