Title: thumbnail size
Last modified: August 30, 2016

---

# thumbnail size

 *  Resolved [dmatallin](https://wordpress.org/support/users/dmatallin/)
 * (@dmatallin)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/thumbnail-size-46/)
 * Hello, you can change the thumbnail size?
 * [https://wordpress.org/plugins/wp-store-locator/](https://wordpress.org/plugins/wp-store-locator/)

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

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/thumbnail-size-46/#post-6340986)
 * Assuming your thumbnail size is set to 150 x 150 on the settings -> media page,
   you can do it like this to make them 150 x 150 in the store locator.
 * Add this code to the CSS file in your active theme folder.
 *     ```
       #wpsl-stores .wpsl-store-thumb {
           float:right;
           border-radius:3px;
           margin:7px 0 0 10px;
           width:150px !important;
           height:150px !important;
           padding:0;
           border:none;
       }
       ```
   
 *  Thread Starter [dmatallin](https://wordpress.org/support/users/dmatallin/)
 * (@dmatallin)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/thumbnail-size-46/#post-6340990)
 * thanks for your kindness.
    Another question can I somehow make the map zoom does
   not work when you slide the mouse over?
 * It would be of great help to me.
 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/thumbnail-size-46/#post-6341002)
 * You mean to disable the scroll wheel zooming.
 * You can do this on the settings page by making sure the “Enable scrollwheel zooming?”
   is not checked.
 *  Thread Starter [dmatallin](https://wordpress.org/support/users/dmatallin/)
 * (@dmatallin)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/thumbnail-size-46/#post-6341003)
 * Hello, thank you very much for your help, you have a buyer when available the
   PRO version.
    Effectively I mean that my website but I do not see that option
   settings.
 * a greeting.
 *  Thread Starter [dmatallin](https://wordpress.org/support/users/dmatallin/)
 * (@dmatallin)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/thumbnail-size-46/#post-6341068)
 * Hello, I upgraded to the new version and now I can not put thumbnails in size
   150 x 150 px as he had before. Is there any way?
 *  Thread Starter [dmatallin](https://wordpress.org/support/users/dmatallin/)
 * (@dmatallin)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/thumbnail-size-46/#post-6341069)
 * In the section of the plugin tag does not save my tags in my language (Spanish)
 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/thumbnail-size-46/#post-6341070)
 * You will either have to make the CSS code more specific, place the id from the
   parent div before the code I provided. Or add the [code example](http://wpstorelocator.co/document/wpsl_thumb_size/)
   from the “Usage” section to your functions.php, and change it to 150.
 * Did you enable tag support yourself for the store locations, they are not visible
   by default. Or do you mean categories?

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

The topic ‘thumbnail size’ is closed to new replies.

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/thumbnail-size-46/#post-6341070)
 * Status: resolved