Overlapping content on mobile site

TheBeastiary
Tourist
4 0 1

Hello,

 

Chat bubble and points bubble are overlapping on the mobile version of my website.

 

The cookies pop-up also doesn't seem movable and just seems cluttered and ruins the customer experience.

 

IMG_8107.jpg

Any help would be greatly appreciated!

Replies 7 (7)
Dan-From-Ryviu
Shopify Partner
5587 1025 1055

Hi @TheBeastiary 

Please go to your Online store > Themes > Edit code > open theme.liquid file, add this code before </head> tag 

<style>
#smile-ui-lite-launcher-frame-container { bottom: 90px !important; }
</style>

Screenshot 2023-10-06 at 08.52.49.png

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

TheBeastiary
Tourist
4 0 1

Thank you worked great, but after you click on the bubble and exit it it reverts back down to the bottom right corner overlapping the chat. Is there a way to make it stay there? Thanks again!!

Dan-From-Ryviu
Shopify Partner
5587 1025 1055

Please update code to this 

<style>
.smile-launcher-frame-container,
#smile-ui-lite-launcher-frame-container { bottom: 90px !important; }
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

TheBeastiary
Tourist
4 0 1

Amazing thank you!!!

Dan-From-Ryviu
Shopify Partner
5587 1025 1055

Happy I could help

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

PageFly-Henry
Globetrotter
504 129 102

Hi @TheBeastiary 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

 

@media (max-width: 767px){

modal-box#modal-popups-0 {

    margin-bottom: 70px !important;

}}

PageFlyHenry_0-1696557818271.png

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

TheBeastiary
Tourist
4 0 1

Thank you so much that worked great!