[Support request] separar botones en movil

Home Forums Support [Support request] separar botones en movil

Home Forums Support separar botones en movil

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1487244
    carlos

    Podrias ayudarme a guardar distancia entre los botones “actualizar carrito” y “seguir comprando”

    distance between buttons

    safegest.tom/carrito

    Thanks

    #1487288
    Leo
    Staff
    Customer Support

    Hi there,

    The link you’ve provided isn’t working for me.

    Can you double check?

    #1487411
    carlos

    Sorry Leo,

    https://safegest.com/carrito/

    https://www.dropbox.com/s/6o3sx38cxgwbfya/111111.png?dl=0

    Un saludo

    #1487426
    Elvin
    Staff
    Customer Support

    Hi,

    Can you specify which device breakpoint do you want this applied on?

    If you apply it on both, you can try this CSS out.

    
    /* For bigger screens */
    td.actions button.button {
        margin-right: 5px;
    }
    /* For mobile */
    @media (max-width:768px){
    td.actions button.button {
        margin-bottom: 5px;
    }
    }
    #1487443
    carlos

    Funciona!! muchas gracias!!!

    #1487459
    Elvin
    Staff
    Customer Support

    Nice one. No Problem. 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.