Title: Mobile Position slide Issue
Last modified: February 14, 2021

---

# Mobile Position slide Issue

 *  Resolved [mseka](https://wordpress.org/support/users/mseka/)
 * (@mseka)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-position-issue/)
 * Hi there, thanks for your great plugin.
    The shortcode I use for the category
   is great on desktop, but on mobile, it looks not as good on desktop, it seems
   to cut off when sliding. here’s the ss on my end: `https://snipboard.io/k4RfeH.
   jpg`
 * Any advice is really appreciated
    Thank you
    -  This topic was modified 5 years, 3 months ago by [mseka](https://wordpress.org/support/users/mseka/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-position-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Ketan Patel](https://wordpress.org/support/users/patelketan/)
 * (@patelketan)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-position-issue/#post-14049617)
 * Hello,
 * Thanks for connecting with us.
 * We have checked your website but this type of problem your inline and WooCommerce
   CSS conflict.
 * 1. Please remove the below inline CSS in your theme.
 *     ```
       @media only screen and (max-width: 480px){
       .woocommerce .products.mobile-2-col .product{ width: 317px !important; }
       }
       @media only screen and (min-width: 481px) and (max-width: 768px){
       .woocommerce .products.tablet-3-col .product { width: 230px !important; }
       }  
       ```
   
 * 2. Please remove the below CSS in your woocommerce.min.css file.
 *     ```
       .woocommerce .products.mobile-2-col .product { width:50% !important }
       .woocommerce .products.tablet-3-col .product { width:33.33% !important }
       ```
   
 * Please check and let me know if you have anything else.
 * Thanks,
 *  Thread Starter [mseka](https://wordpress.org/support/users/mseka/)
 * (@mseka)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-position-issue/#post-14052386)
 * hi [@patelketan](https://wordpress.org/support/users/patelketan/) thanks for 
   your quick response.
 * I do remove the inline CSS you refer above, it’s looking good when I using a 
   responsive with laptop browser (Inspect element feature),
    but it seems still
   cutting off on the actual phone [https://snipboard.io/eIN0sZ.jpg](https://snipboard.io/eIN0sZ.jpg)
 * Am I missing something?
    Thank you
 *  [Ketan Patel](https://wordpress.org/support/users/patelketan/)
 * (@patelketan)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-position-issue/#post-14055574)
 * Hello,
 * Please remove the below CSS in your woocommerce.min.css file.
 * [@media](https://wordpress.org/support/users/media/) only screen and (min-width:
   481px) and (max-width: 768px) {
    .woocommerce .products.mobile-2-col .product{
   width:50% !important } .woocommerce .products.tablet-3-col .product { width:33.33%!
   important } }
 * Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Mobile Position slide Issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-product-slider-and-carousel-with-
   category_404661.svg)
 * [Product Slider and Carousel with Category for WooCommerce](https://wordpress.org/plugins/woo-product-slider-and-carousel-with-category/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-product-slider-and-carousel-with-category/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-product-slider-and-carousel-with-category/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-product-slider-and-carousel-with-category/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-product-slider-and-carousel-with-category/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-product-slider-and-carousel-with-category/reviews/)

## Tags

 * [cut](https://wordpress.org/support/topic-tag/cut/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ketan Patel](https://wordpress.org/support/users/patelketan/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/mobile-position-issue/#post-14055574)
 * Status: resolved