I found this from inspector.
element.style {
inset: 777px auto auto 980px;
}
If I deactivate this all works.
Can you help me with the code to deactivate?
Thanks a lot,
Andrea
I found this from inspector.
element.style {
inset: 777px auto auto 980px;
}
If I deactivate this all works.
Can you help me with the code to deactivate?
Thanks a lot,
Andrea
Tried but is not working.
If I changed the margin-botton nothing happen and if I hide numbers from carousel options, the button mute / unmute is not working.
Unmute / mute button is not working.
Thanks,
Andrea
The class work, .lay-mute-unmute-button.
.lay-mute-unmute-button {
position: absolute;
right: 16px;
bottom: 40px;
width: 16px;
height: 16px;
}
This is the code, sizing works, margin is not working.
Show unmute / mute custom css is not working, I don't know if there are any changes regarding the class name but it's not working at the moment.
Thanks,
Andrea