Home › Forums › WoodMart support forum › Formatting Issue @ Check Out on Mobile iOS Chrome › Reply To: Formatting Issue @ Check Out on Mobile iOS Chrome
September 22, 2019 at 8:28 pm
#145992
Cris
Participant
Hello,
The issue was with CSS code provided by another support team member for another ticket. By removing the CSS code this issue is resolved. BUT, now the other issue is back. Reference Ticket #145322.
With subscriptions available in WooCommerce, there is a lot of text in the shopping cart “Price” column. So I inquired about increasing the size of the ‘Price’ column. Do you have any better recommendations?
Alternatively, is there a way to disable the subscription methods from appearing in the shopping cart?
This is the CSS I removed:
.cart-table-section td{
width:20px;
}
.cart-table-section span.subscription-details{
font-size: 90%;
}