M
M
Maxim2014-04-22 16:45:54
css
Maxim, 2014-04-22 16:45:54

How to fix items on google map?

b321225f6b3f4922a29351c947fbcdb9.png
As soon as I insert the card into the finished design, it turns out such crap. in the finished design there are no intersections by the name of the variables. Until now, it was solved by putting the map in an iframe, but now it doesn't work.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Misyura, 2014-04-22
@iru

@iru try adding these lines to your css file. Should heal.

#map #google_map label { 
  width: auto !important; 
  display:inline !important; 
}

#map #google_map img { 
  max-width: none !important; 
  max-height: none !important; 
  background-color: transparent !important;
}

M
Maxim, 2014-04-22
@iru

#map_canvas label { 
  width: auto !important; 
  display:inline !important; 
}

#map_canvas img { 
  max-width: none !important; 
  max-height: none !important; 
  background-color: transparent !important;
}

Helped, thanks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question