Title: Mobile store images
Last modified: December 3, 2020

---

# Mobile store images

 *  Resolved [panospibby](https://wordpress.org/support/users/panospibby/)
 * (@panospibby)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-store-images/)
 * Hello,
 * I want your help to fox the store catalog on mobile view.
 * [http://prnt.sc/vvd718](http://prnt.sc/vvd718)
 * As you see the screenshot something wrong
 * I want to product image fit on mobile screen
    Like full wide and no have empty
   spaces at the right and left. I try to put css code but i didnt fix it. Something
   wrong about left like to have something and dont leave me to bring that at left
   side.
 * I also want the image to have a better resolution in the thumbnails. has gone
   up in good resolution but on the outside it looks a bit cloudy.
 * Thank you very much
    Pibby
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-store-images%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-store-images/#post-13744084)
 * Hello there!
    there’s a bit of wrong additional CSS: [https://prnt.sc/vvllii](https://prnt.sc/vvllii)
 * You can change it this way:
 *     ```
       @media ( min-width: 769px ) {
           ul.products, 
           .wc-block-grid ul.wc-block-grid__products {
               margin: 0 30.5px;
           }
       }
       @media ( max-width: 768px ) {
           ul.products, 
           .wc-block-grid ul.wc-block-grid__products,
           .columns-4 {
               margin: 0;
               width: 100% !important;
           }
           div#primary {
               padding-left: 0;
               padding-right: 0;
           }
       }
       ```
   
 * About the product images looking a bit cloudy, please change this option to increase
   the image size to match your needs and also remember to rebuild thumbnails to
   use the new images:
    [https://prnt.sc/vvlpy1](https://prnt.sc/vvlpy1)
 * I hope you will appreciate this 🙂
    -  This reply was modified 5 years, 5 months ago by [YITHEMES](https://wordpress.org/support/users/yithemes/).
 *  Thread Starter [panospibby](https://wordpress.org/support/users/panospibby/)
 * (@panospibby)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-store-images/#post-13744568)
 * Have a great day.
 * Perfect,
 * On the mobile it was the way I wanted it. There is no possibility for bigger 
   thumbnails on the mobile from that ,I understood right?
 * I put the resolution in woocomerce for the thumbnails at 800px and did a regenerate.
 * Could you please enlarge the thumbnail on the computer in the product catalog?
 * [https://prnt.sc/vvnwyx](https://prnt.sc/vvnwyx)
 * I really appreciate your help
    Pibby
 *  Thread Starter [panospibby](https://wordpress.org/support/users/panospibby/)
 * (@panospibby)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-store-images/#post-13744645)
 * I FOUND IT
 * thank you very much. I have to check the css code again from the beginning carefully
   at some point. Thank you very much
 * Thank you,
    Pibby
 *  Theme Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-store-images/#post-13745388)
 * Happy to read that you managed it 😉

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

The topic ‘Mobile store images’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/yith-proteo/1.9.8/screenshot.png)
 * YITH Proteo
 * [Support Threads](https://wordpress.org/support/theme/yith-proteo/)
 * [Active Topics](https://wordpress.org/support/theme/yith-proteo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/yith-proteo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/yith-proteo/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-store-images/#post-13745388)
 * Status: resolved