XF 2.2 need popup on top right

interforo

Active member
Licensed customer
hi,
I am trying to push the popup in the screenshot on top right but it stays on bottom right.

How to?

1671525354888.webp
 
In this code change bottom: 20px; to top: 50px;
Code:
<iframe src="https://widget.stadeo.live/#/home?type=https://interfans.org" id="widget-stadeo" allowtransparency="true" frameborder="0" scrolling="no" style="position: fixed; width: 108px; height: 60px; right: 20px; bottom: 20px; z-index: 999; border-radius: 7.42373px; background-color: transparent;"></iframe>
 
In this code change bottom: 20px; to top: 50px;
Code:
<iframe src="https://widget.stadeo.live/#/home?type=https://interfans.org" id="widget-stadeo" allowtransparency="true" frameborder="0" scrolling="no" style="position: fixed; width: 108px; height: 60px; right: 20px; bottom: 20px; z-index: 999; border-radius: 7.42373px; background-color: transparent;"></iframe>
added but it does not move it
 
How did you place this widget on your forum ?
This is an iframe, you have to edit the iframe not the div.
 
So you can’t edit the widget by yourself in your XF ACP. Maybe you can do it on the Stadeo website.
 
Back
Top Bottom