Yes saguaros , but as you can see here the marker is hidden in a specific schreensize:
http://mobiletest.me/ipad_mini_emulator/?u=http://www.inoltrepo.com/immo
I found a solution by changing the max-width in the following css code into max-width: 300px;
But I would like to apply this only the specific screensize. How to acheive this? When I add
@media(max-width:800px)and(min-width:768px)
it doesn't work.
.plain-style .group-item .wrap-content {
background: #002855;
color: #ffffff;
max-width: 450px;
padding: 36px;
position: relative;
z-index: 1000;
}