Where do i put this Code?
I have do it right now:
.mapsmarker:after {
clear: left;
content: “”;
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
width: 100%;
}
.leaflet-container {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
width: 70%;
}
.lmm-listmarkers {
height: 270px;
overflow: auto;
}
}
.lmm-listmarkers table {
width: 100% !important;
}