How to change the fb messenger button from buttom right to buttom left

Good day!

How to change the fb messenger button from buttom right to buttom left?

https://scholl-shoes.com.ph/

Thank you!

Please go to

  1. Online store
  2. Themes → Edit theme
  3. Layout
  4. theme.liquid and paste this code before

If it was helpful, then please like and accept it as a solution.

@Hardik29418 , thank you very much for your help.

I am happy that my solution worked for you.

If you need more help for theme customization, then you can surely contact me.

Hello @smsigroup

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
iframe[name="blank_f3e0281f7462eb8"],
iframe[name="availabilityStatus_f3e0281f7462eb8"],
iframe[name="unread_f3e0281f7462eb8"],
iframe[name="greeting_f3e0281f7462eb8"] {
  right: auto;
  left: 12px;
}