Closed ashthecoder05 closed 5 months ago
Looking good. Some minor issues:
Different spacing between tables on some themes
Unused space in the payment section
Changes to the border display on some themes Code which changes the borders
#blockonomics_checkout table {
border-collapse: separate;
border: initial;
border-spacing: 0 0.5rem;
}
Example: Should be:
To better distinguish between Scan and Copy sections, let's use 2 tables side by side:
<div style="display:flex;">
<table>
<tr>
<td>
<!-- Scan -->
</td>
</tr>
</table>
<table>
<tr>
<td>
<!-- Copy -->
</td>
</tr>
</table>
</div>
Web View
Mobile View