# wpdirectorykit/1.3.3/elementor-elements/assets/css/widgets/wdk-locations-grid.css

WP Directory Kit, version 1.3.3. 40 lines.

- Page: https://pluginprobe.com/plugins/wpdirectorykit/1.3.3/code/elementor-elements/assets/css/widgets/wdk-locations-grid.css
- Raw: https://pluginprobe.com/plugins/wpdirectorykit/1.3.3/raw/elementor-elements/assets/css/widgets/wdk-locations-grid.css
- Modified: 2024-06-18T13:32:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpdirectorykit/1.3.3/code/elementor-elements/assets/css/widgets/wdk-locations-grid.css#L10-L20`.

```css
.wdk-locations-card {
  margin-bottom: 15px;
  position: relative;
}

.wdk-locations-card > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.wdk-locations-card .wdk-thumbnail .wdk-image {
  object-fit: cover;
  height: 100%;
  object-position: center center;
  width: 100%;
}

.wdk-locations-card .wdk-thumbnail .wdk-icon {
  object-fit: contain;
  height: auto;
  object-position: center center;
  width: 100%;
  margin: 0 auto;
}

.wdk-locations-card .wdk-title {
  text-align: center;
  color: #161616;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 2px;
}

```
