This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
For the mobile’s view cart page, the top section (Product, quality, total), it is not adjusting and re-sizing properly to device. Right now, the Total is cut off and needs to be scrolled to the right to see the rest of the content.
https://www.dropbox.com/s/0aev894qwy0at6z/mobile.jpg?dl=0
Hello,
This is not a problem. You can see the same view in our demo site, for example:
https://www.8theme.com/demo/woopress/boxed/?page_id=8
Regards,
Robert Hall.
Are you saying that this setting is considered standard to your theme and company? Please confirm.
If so, do you have any suggestions on how to adjust the table/content accordingly to device? Please advise.
Hello,
You may try to use this code in Theme Options > Custom CSS > Custom CSS for mobile:
.shop-table .table-bordered > tbody > tr > td {
padding: 25px 5px;
white-space: normal !important;
}
.shop-table .table-bordered td.product-name a {
font-size: 8px;
}
.shop-table .table-bordered > thead > tr > th {
padding: 5px !important;
font-size: 8px;
}
Best regards,
Jack Richardson.
Thank you for the codes. It worked wonderfully!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Mobile: Cart page – Resizing issue’' has been successfully resolved, and the topic is now closed for further responses