Skip to main content

Comments

2 comments

  • Ariel H.

    Hi Heike,  

    Thank you for reaching out.  

    Unfortunately, this issue is still ongoing. In the meantime, you can use the following CSS as a temporary workaround until a fix is available.

    /* Default styles for all screen sizes */
    .brz .brz-css-2mib46 {
        position: fixed;
        bottom: 300px;
        right: -50px;
        left: unset;
        width: 250px; 
    }

    /* Styles for tablets (768px - 991px) */
    @media (min-width: 768px) and (max-width: 991px) {
        .brz .brz-css-2mib46 {
            right: -80px;
            width: 280px;
        }
    }

    /* Styles for desktops (992px and above) */
    @media (min-width: 992px) {
        .brz .brz-css-2mib46 {
            right: -100px;
            width: 300px;
        }
    }

    You can add the CSS in Appearance → Customize → Additional CSS.  

    Best regards,  
    Ariel H.

    0
  • Heike Willems

    Hi Arial,

    thank you for your answer - it worked!

    Greetings

    Heike

    0

Please sign in to leave a comment.