If that doesn't work or you need a different appro...
# 🌎general
f
If that doesn't work or you need a different approach, you can also modify the styles of the iframe directly using some JS code. e.g. using
document.getElementById('bp-web-widget').style...
or
$('#bp-web-widget').css({...})
if you prefer jQuery.