Site logo

[Resolved] js-partices por detras de los botones

Home Forums Support [Resolved] js-partices por detras de los botones

Home Forums Support js-partices por detras de los botones

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2013919
    Elvin
    Staff
    Customer Support

    Se superpone todo el contenedor a particles y por tanto particles no reacciona al pasar el raton.

    Lo que debe estar por encima de particles es unicamente el boton y no el contenedor.

    That’s going to be tricky to pull off and you may have to modify the layout structure for this because as it is, the button is with the text.

    You may have to change the nexting containers from this:

    >Container with background
    >>container with the text and button
    >>particlejs div

    to this:

    >Container with background
    >>container with the text
    >>particlejs div
    >>the button or container with the button

    We then apply the position: relative; z-index: 1; to >>the button or container with the button so the button is atleast isn’t overlayed by the particlejs div.

    #2013926
    carlos

    Gracias Elvin,

    He creado un nuevo contenedor para ese boton y he aplicado el codigo anterior que me diste, pero con el numero del nuevo contenedor

    .gb-container.gb-container-b742d27c {
    z-index: 1;
    position: relative;
    }

    Hice la prueba en la pagina: https://definitivo.safegest.com/ y ahora funciona

    Muchas gracias!!!

    #2013928
    Elvin
    Staff
    Customer Support

    Nice one. Glad you got it sorted. 😀

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.