How to align the review submit, listing claim and listing report to the left

Hello,

I want to align the following items to the left instead of having them in the center: review submit, listing claim and listing report (as shown in the screenshot).

What is the ‘easiest’ way of doing this?

Thanks in advance and all the best,

Ranan

Hi,

Please use this CSS snippet:

.hp-listing--view-page .hp-listing__actions--primary {
    align-items: flex-start;
}

Thank you Andrii :pray:

1 Like

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