Support
Support » Plugin: WP ULike - Most Advanced WordPress Marketing Toolkit » Move like counter on the left
(@lfedele)
2 months, 2 weeks ago
Dear support,could you suggest how to move the like counter to the left of the icon, please?Thanks in advance.
The page I need help with: [log in to see the link]
2 months, 1 week ago
Hi,could you provide any update, please?
(@alimir)
Hey @lfedele
Try to use following custom css code:
.wpulike .wp_ulike_general_class { flex-direction: row-reverse; }
Hi @alimir,thank you for your help. I added the code you provided and it correctly worked!