Site logo

Archived topic

separar botones en movil

5 replies · Started by carlos on October 13, 2020

Viewing posts 1–6 of 6

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

distance between buttons

safegest.tom/carrito

Thanks

Hi there,

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

Can you double check?

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;
}
}

Funciona!! muchas gracias!!!

Nice one. No Problem. :)

This archived topic is closed to new replies.