Hi,
It appears that after latest updates, payment methods are not shown when browsing from cellphone (tested wth iPhone). Please check my video: https://i-seo.tinytake.com/tt/NTM0NDQ4MV8xNjcyMDg2MQ
Any ideas?
Thank you in advance. 🙂
Hi 7of9
You can try this custom css:
@media (max-width: 767px) { .view-cart table.cart-summary tr.sectiontableentry1 td[colspan="4"] {display: table-cell !important;d} }