[ad_1]
I don’t know how you’re adding this button, but there’s a 3px inline spacing inside the button’s code, that’s what’s causing the displacement:
<button class="dokan-btn dokan-btn-theme dokan-btn-sm dokan-live-chat dokan-live-chat-whatsapp" style="position: relative; top: 3px">Chat Now</button>
If you added this code yourself, just remove the top: 3px, and all the buttons will align.
But if the code was automatically generated by some plugin and you have no idea how to tweak it, you can add the following custom CSS code to override that.
button.dokan-live-chat-whatsapp {
top: 0px !important;
}That should go in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS (if you’re using a classic theme).
Good luck!
It worked bro, you saved me <3 thanks to you so so so much mr. George <3 may god bless you.
Thanks
