• I’m trying to customize JoinChat’s CSS to make the button go down only for mobile, but I’m not succeeding.

    I also want to change the border-radius only for mobile and I’m not succeeding.

    Custom CSS:?https://prnt.sc/vOEtp_JAbt9e

    Can anyone help me? Thx

    • This topic was modified 1 year, 2 months ago by theusy.
    • This topic was modified 1 year, 2 months ago by theusy.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter theusy

    (@theusy)

    Custom CSS: https://prnt.sc/vOEtp_JAbt9e

    • This reply was modified 1 year, 2 months ago by theusy.
    Plugin Author Creame

    (@creapuntome)

    You’re right. When only the contact button is used without a Call to Action message and the chat box is not displayed, Joinchat uses lighter CSS and does not load custom CSS.

    We have fixed it to always load the custom CSS. Try to updated and we recomend you use this CSS rules:

    @media (max-width: 480px), (orientation: landscape) and (max-width: 767px) {
      .joinchat__button { bottom: 0px; }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom CSS isn’t working’ is closed to new replies.