When a
In the cart table, with one item in the cart, here’s what the customer sees in larger sizes:
YOUR ORDER
Product Total
PRODUCT x2 $375
Cart Subtotal $375
Order Total $375
However, on the smallest size, they only see this:
YOUR ORDER
$375
$375
$PRODUCT x2
$375
Is there any way to keep those headings? Without the headings, the information is confusing and I’m concerned with buyer confidence.
Hi fitzpatrick512!
Can you post the link to your website so we can inspect elements on it?
Regards,
Yigit
this happens in your demo also
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 479px) {
.responsive table.shop_table th { display: block; }
.responsive table.shop_table { display: grid!important; overflow: visible; }}
Cheers!
Yigit
that worked, thanks!
i also added
@media only screen and (max-width: 479px) {
.responsive table.shop_table th {
display: block;
width: 268px;
}
Hey!
Glad it works now :)
Cheers!
Peter