Title: layout under map
Last modified: August 24, 2016

---

# layout under map

 *  Resolved [b12ookelyn](https://wordpress.org/support/users/b12ookelyn/)
 * (@b12ookelyn)
 * [11 years ago](https://wordpress.org/support/topic/layout-under-map/)
 * I am trying to lay the stores out in two columns under the map for a client. 
   Is there an easy way to do this? I also need the logos to be at least 200×200.
   After changing them in the CSS to be 200×200 the resolution is not as great even
   though the original images are at least 225 or 600 in width. Any suggestions 
   on what I could be doing wrong?
 * [https://wordpress.org/plugins/wp-store-locator/](https://wordpress.org/plugins/wp-store-locator/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [11 years ago](https://wordpress.org/support/topic/layout-under-map/#post-6077631)
 * Have you checked the format that is set for the thumbnails under Settings -> 
   Media -> Thumbnail size. By default it is set to 150×150, and if you would then
   scale that to 200×200 with css it probably doesn’t look that great.
 * Changing the thumbnail size there is a setting that is applied to your whole 
   site. So any future thumbnail that are generated would be for example 200×200
   instead of 150×150.
 * As for the two columns, you can start by selecting the store template on the 
   settings page that will show the results under the map. Then you would have to
   make some modifications to the /js/wpsl-gmap.js file.
 * If you search for ‘storeHtml( response, url )’ you will see a line that starts
   with ‘html = “<li data-store-id='” + id + “‘>’ near the bottom of the file.
 * That is the html used in the store listing. You can place a div inside it containing
   whatever store data you want, and then use to css to for example float that div
   to the right side.

Viewing 1 replies (of 1 total)

The topic ‘layout under map’ 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/)

## Tags

 * [css changes](https://wordpress.org/support/topic-tag/css-changes/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [style](https://wordpress.org/support/topic-tag/style/)
 * [two columns](https://wordpress.org/support/topic-tag/two-columns/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/layout-under-map/#post-6077631)
 * Status: resolved