• Hi! see if anyone can help me: I have installed the WhastApp chat and in the mobile version it is hidden under a topic bar that contains links to the cart, my account and search.
    If anyone can tell me how I could remove that bar or move it to another place I’d appreciate it.
    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • RK a11n

    (@riaanknoetze)

    Hi there,

    Looking at the code being used for that WhatsApp icon, you could use the following custom CSS in your WordPress settings at **Appearance > Customize > Additional CSS**:

    
    @media (max-width: 480px), (max-width: 767px) and (orientation: landscape) {
      .joinchat {
        bottom: 5em !important;
      }
    }
    
    Thread Starter airinba

    (@airinba)

    It’s solved!
    Thank you very much @riaanknoetze

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WHASTAPP ICON ON MOBILE VERSION’ is closed to new replies.