Issue Embed HTML y relative position

Hi everyone!

I’m trying to place a ticker text in embed html, it works but its “fixed” to browser bottom area over the content, and im trying to place it between 2 sections in the web.

i’ve create a container with htlm embed code inside.

I already try to change to relative position (and others), but doesn’t work, anyone could help with this?

UPDATE:

I found really helpfull this trick by @samliew


samliew
samliew.com

May '16

<style>
@media screen and (max-width: 991px) {
  #sr-basket-widget {
    position: relative !important;
    right: 0 !important;
    border-radius: 0 !important;
  }
}
</style>

But now i’ve another issue, text ticker “Grows” outside the layout.

Anyone else know what’s happen?

Thanks a lot!

Captura de pantalla 2021-03-04 a las 11.15.29|690x486

Here is my site Read-Only: LINK
(how to share your site Read-Only link)