Title: problem
Last modified: June 26, 2021

---

# problem

 *  Resolved [giuliapep](https://wordpress.org/support/users/giuliapep/)
 * (@giuliapep)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/problem-295/)
 * hello [@carlosmoreirapt](https://wordpress.org/support/users/carlosmoreirapt/)
 * I am making another website using your plugin, and even though I have inserted
   the codes you gave me, the problem is not solved. Can you tell me what happens?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-295%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Carlos Moreira](https://wordpress.org/support/users/carlosmoreirapt/)
 * (@carlosmoreirapt)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/problem-295/#post-14603582)
 * Hi [@giuliapep](https://wordpress.org/support/users/giuliapep/)
    This would be
   about the tooltip size on mobile, correct? Did you try the css recommended here?
   [https://interactivegeomaps.com/docs/tooltip-styling-with-custom-css/](https://interactivegeomaps.com/docs/tooltip-styling-with-custom-css/)(
   last example).
 * You can also try this combination
 *     ```
       @media only screen and (max-width:780px) {
       .map_wrapper .imapsLabel {
           font-size:0.8em;
           line-height:1em;	
       }
       .map_wrapper .imapsLabel img {
          max-width:100px;
       margin-bottom:5px;
       }
   
       .map_wrapper foreignObject div {
       	max-width:150px !important;
       	white-space:normal !important;
       }
       }
       ```
   
 *  Thread Starter [giuliapep](https://wordpress.org/support/users/giuliapep/)
 * (@giuliapep)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/problem-295/#post-14605607)
 * thank you! It’s working!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘problem’ is closed to new replies.

 * ![](https://ps.w.org/interactive-geo-maps/assets/icon-256x256.png?rev=3115060)
 * [MapGeo - Interactive Geo Maps](https://wordpress.org/plugins/interactive-geo-maps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/interactive-geo-maps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/interactive-geo-maps/)
 * [Active Topics](https://wordpress.org/support/plugin/interactive-geo-maps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/interactive-geo-maps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/interactive-geo-maps/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [giuliapep](https://wordpress.org/support/users/giuliapep/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/problem-295/#post-14605607)
 * Status: resolved