• Resolved ysrelksm

    (@ysrelksm)


    Hello everyone,
    could anyone here please help me with my problem, I’am using Besa theme with dokan multi-vendor plugin, and here in vendor page as you can see in this picture: https://prnt.sc/0_1p4wATK1vg is button of chat now is not in the right place, so please help I really need to fix it and make it look like other buttons.

    Thanks again <3

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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!

    Thread Starter ysrelksm

    (@ysrelksm)

    It worked bro, you saved me <3 thanks to you so so so much mr. George <3 may god bless you.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I have problem in Chat Button on Vendor Page.’ is closed to new replies.