Home › Forums › WoodMart support forum › Formatting Issue @ Check Out on Mobile iOS Chrome
Formatting Issue @ Check Out on Mobile iOS Chrome
- This topic has 7 replies, 3 voices, and was last updated 5 years, 1 month ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 22, 2019 at 1:50 pm #145942
CrisParticipantHello,
How can I update the formatting on the checkout page? See the attached screenshots. The width of the columns seems to be off making it difficult to read on mobile.
Attachments:
You must be logged in to view attached files.September 22, 2019 at 2:18 pm #145950
Elise NoromitMemberHello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area
Best Regards
September 22, 2019 at 8:28 pm #145992
CrisParticipantHello,
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%; }
Attachments:
You must be logged in to view attached files.September 23, 2019 at 7:49 am #146046
Aizaz Imtiaz AwanKeymasterHello,
As you used that code in global custom css code block. That’s why it affects all the screens and not looking good in mobile view.
If you used the same code in Custom CSS for desktop from Theme Settings >> Custom Css. Then it only applies on desktop screen and didn’t affect your mobile view.
Result in desktop view: https://jmp.sh/bL5pPyR
Result in mobile screens: https://jmp.sh/mQHSSCNIn case if you want to hide the subscription details from your shopping cart. You can insert the below css in Theme Setting >> Custom Css >> Global Custom CSS:
.cart-table-section span.subscription-details{ display:none; }
Result after hiding: https://jmp.sh/C7TUfMk
Best Regards.
September 23, 2019 at 1:13 pm #146130
CrisParticipantAh of course. Great recommendation!
When adding the code to desktop CSS, is there a way to increase the column width for the “Product” and decrease the column width of “Quantity”?
Because now the “Product” name covers four lines because the column is smaller and the “Quantity” column looks like it was increased in size so it has extra room.
September 23, 2019 at 3:35 pm #146164
Aizaz Imtiaz AwanKeymasterHello,
It is not possible to increase the column width for the “Product” and decrease the column width of “Quantity”.
Because the only way to decrease the quantity column width is that we have to make the table heading “Quantity” smaller by hitting its font size. And if we do this your whole table looks very bad. So it is better to just let the product name as four columns.
Best Regards.
September 24, 2019 at 1:13 am #146213
CrisParticipantAh I appreciate the information!
September 24, 2019 at 5:42 am #146215
Aizaz Imtiaz AwanKeymasterHello,
I’m so happy to hear you are pleased with the Theme and Support. XTemos strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
Tagged: check out, formatting, mobile, Subscriptions, woocommerce
The topic ‘Formatting Issue @ Check Out on Mobile iOS Chrome’ is closed to new replies.
- You must be logged in to create new topics. Login / Register