Cropped fixed button
Hi,
at a lot of websites I use a fixed button with the label "Direkt BUCHEN" and an icon.
After updating version 2.6.4 for Brizy and Pro 2.6.2 there is only "B" and the icon visible.
Please look at https://waumobil.testesdir.de/mietstation/karlsruhe/ (old version) and https://waumobil.eu/mietstation/karlsruhe/ (updated).
Thanks
Heike
0
-
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 -
Hi Arial,
thank you for your answer - it worked!
Greetings
Heike
0
Please sign in to leave a comment.
Comments
2 comments