Tagged: x
-
AuthorPosts
-
June 29, 2016 at 4:32 pm #1065572
recedoParticipantWhen I view my woocommerce cart on Mobile the “Product” column is hidden, this makes it look great – however, I have an extra options plugin which adds a link to this column which links people back to the product with the options they have selected to allow them to change their options. Is there a way I can add the column back? I’m not too sure how this will look, ideally I’d want to add it as an extra row below the thumbnail or something but not sure how simple that would be.
Your assistance would be much appreciated.
Simon
June 29, 2016 at 4:35 pm #1065584
recedoParticipantThis reply has been marked as private.June 29, 2016 at 9:48 pm #1066063
LelyModeratorHi Simon,
Please add this CSS on Appearance > Customize > Custom > Edit Global CSS:
@media (max-width: 767px){ .woocommerce .cart.shop_table .product-name { display: block; } }Please note that it is hidden because there’s not enough space for that row to show all content.
July 7, 2016 at 8:31 am #1076439
recedoParticipantThanks for your help. I understand the reasons to hide it but I’m looking at my different options for working with this plugin.
Regards
July 7, 2016 at 11:07 am #1076640
JoaoModeratorHi Simon,
Have you tried the solution provided by Lely?
Let us know more details.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1065572 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
