Hi, thatnks for the code @ali768 , sadly it didnt work, here’s the URL if you wanna check it out https://gomicare.es/pages/tienda
Topic summary
Goal: make the mobile cart drawer’s dynamic checkout buttons smaller and displayed side by side, instead of large stacked buttons.
Current state: buttons appear vertically on mobile. Two images (current vs. desired mockup) are central to understanding the layout change.
Attempts: custom CSS with mobile media queries to set .wallet-cart-grid to flex row, adjust .wallet-cart-button(-container) with flex-shrink, override --wallet-button-width-vertical, and tweak .dynamic-checkout__content and #CartDrawer-Checkout. These changes did not achieve side-by-side buttons on mobile.
Requests: participants asked for the store URL (and password if protected). The URL was provided: https://gomicare.es/pages/tienda.
Update: a suggested code from another participant (referenced by the OP) did not work.
Outcome: no solution or implementation has been confirmed. The thread remains open, with the key unresolved task being the CSS/Liquid approach to render two compact dynamic checkout buttons side by side in the mobile cart drawer.