Solved

Adjust the position of the Messenger icon

hiccpet
Tourist
16 0 2

Hi all, 

 

After entering 3S of the website, the messenger icon will move to the bottom, how to adjust the position of the messenger icon?Icons are shown at the bottomIcons are shown at the bottom

Accepted Solution (1)
GemPages
Shopify Partner
5588 1261 1206

This is an accepted solution.

I would like to give you some recommendations to support you.
You can follow these steps:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :

<style>
     .fb_reset{
         position: fixed !important;
         bottom: 100px !important;
         right: 25px !important;
         width: 60px !important;
     }
</style>

Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 5 (5)

GemPages
Shopify Partner
5588 1261 1206

Hello @hiccpet 

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?
Kind & Best regards!
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
hiccpet
Tourist
16 0 2

HI Gempages Team,

 

please click on hiccpet.com, thank you!

GemPages
Shopify Partner
5588 1261 1206

This is an accepted solution.

I would like to give you some recommendations to support you.
You can follow these steps:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :

<style>
     .fb_reset{
         position: fixed !important;
         bottom: 100px !important;
         right: 25px !important;
         width: 60px !important;
     }
</style>

Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
hiccpet
Tourist
16 0 2

Hi GemPages,

 

It works, thank you!

 
GemPages
Shopify Partner
5588 1261 1206

I am glad that my recommendation is helpful to you 😁.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center