-
AuthorPosts
-
March 13, 2014 at 5:25 pm #237053
How can I fix my sidebar that is currently above my product info on mobile?
Would rather have product information and add to cart above sidebar on mobile.
Also, when viewing my cart in mobile, I cannot add quantity, delete product…looks different on mobile.
-
This topic was modified 11 years, 7 months ago by
wesleysoccer.
March 14, 2014 at 2:18 pm #237623Hey wesleysoccer!
Please try adding following code to Quick CSS
@media only screen and (max-width: 480px) { .single-product-summary { float: left; } .single-product-main-image { float: right; }}Regards,
YigitMarch 14, 2014 at 2:55 pm #237644The quantity option is not showing on computer as well…see cart page after adding product.
http://cl.ly/image/34440L2f2r2Q
it should have “+” and “-” option next to number…I need this fixed. thanks.
-
This reply was modified 11 years, 7 months ago by
wesleysoccer.
March 14, 2014 at 3:03 pm #237650Hi!
Which version of WooCommerce are you using? If not the latest, please update it and try deactivating all active plugins except for WooCommerce and check if that helps
Best regards,
YigitMarch 14, 2014 at 3:31 pm #237679latest version of woo. did try to deactivate plugins..no fix.
March 14, 2014 at 10:53 pm #237849really need help with my questions….
March 15, 2014 at 1:37 am #237876Hey!
The + and – options are only available if that product can have multiples.
Regards,
DevinMarch 15, 2014 at 5:52 am #237928Thanks. Last thing: How do I delete a product on cart page? the {x} delete button is not there on mobile view?
here is the enfold demo view (mobile) http://cl.ly/image/391W3a030338
March 18, 2014 at 7:31 pm #239567Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .product-remove { display: table-cell !important; } } @media only screen and (max-width: 479px) { th.product-remove { display: none !important; } }Result:

Cheers!
Josue -
This topic was modified 11 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
