Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Compatible Plugins › WooCommerce › Woocommerce Cart Layout
- This topic has 3 replies, 2 voices, and was last updated 6 years, 6 months ago by
Themosaurus.
-
AuthorPosts
-
thomas vierstraeteParticipant@vierthom
- 4 Topics
- 9 Posts
Dear,
I’m working on a website http://www.singlesonthemove.be.
I can’t seem to get my Cart page fully shown. There’s always a bit of text on the right not showing.
I have the Classic Child Theme active.
What could possibly go wrong. Most of my customers will go the the website on a smartphone, so this is important.
The problem only occurs on small screens.
Thank you for checking my page. Please try to add a product in your shopping bag.
Kind regards,
thomasAugust 16, 2018 at 17:41 #1677@themosaurus- 1 Topics
- 1675 Posts
Hi Thomas Vierstraete,
I see that the cart is indeed overflowing from the screen on mobile. It is caused by the length of the text in the “Update Cart” button. This is most likely something that we need to fix so I will reach out to my colleagues to see if it can be fixed in the next update. Thank you for your feedback!
In the meantime, here is a custom CSS snippet that should fix it for you:
@media (max-width: 575px) { .woocommerce table.cart td.actions .actions-inner { flex-wrap: wrap; } .woocommerce table.cart td.actions .add_to_cart { width: 100%; } }
To find out how to add custom CSS to your site, we recommend that you visit this article of our documentation:
Best regards,
August 17, 2018 at 10:42 #1687thomas vierstraeteParticipant@vierthom- 4 Topics
- 9 Posts
Hi,
thank you so much for getting back with a solution!
I will use this snippet!
I know my next question will not be covered by your support, but maybe you know how to remove the buddypress sidebar on all pages?
I want it to be full width on all pages. Setting this page to the Full Width template of the theme doesn’t help.Thomas
August 17, 2018 at 10:46 #1688@themosaurus- 1 Topics
- 1675 Posts
You’re welcome 🙂
In order to keep this topic clean and about the WooCommerce Cart layout, I created a new topic for you with your last question, and I will reply there: https://support.themosaurus.com/forums/topic/remove-buddypress-sidebar/
If you have any other question, please don’t hesitate to create a new topic for each question as it allows other members of the community to find answers more easily if they have the same issue.
Thank you for your understanding.
Best regards,
August 17, 2018 at 12:34 #1690 -
AuthorPosts
The topic ‘Woocommerce Cart Layout’ is closed to new replies.