Title: Remove text below map?
Last modified: May 3, 2023

---

# Remove text below map?

 *  Resolved [cinred](https://wordpress.org/support/users/cinred/)
 * (@cinred)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/remove-text-below-map/)
 * Is there a way to remove the text from the bottom of the map?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-text-below-map%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [100plugins](https://wordpress.org/support/users/100plugins/)
 * (@100plugins)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/remove-text-below-map/#post-16708021)
 * Hi [@cinred](https://wordpress.org/support/users/cinred/),
 * I won’t recommend to remove the credits. However you can achieve this by using
   CSS:
 *     ```wp-block-code
       .open-user-map .leaflet-container .leaflet-control-attribution {
         display: none;
       }
       ```
   
 * Best regards,
   Daniel
 *  Thread Starter [cinred](https://wordpress.org/support/users/cinred/)
 * (@cinred)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/remove-text-below-map/#post-16715292)
 * I do not want to break any part of our licensing agreement but that text under
   the map is distracting and not very appealing in my opinion. Is there a compromise
   we can make? I don’t mind leaving you a glowing review because I really do love
   the map. I’m getting such good feedback. I am buying the pro-version, but maybe
   we can work something else out? It is almost enough to make me look for something
   else. Is there a way to handle this?
 *  Plugin Author [100plugins](https://wordpress.org/support/users/100plugins/)
 * (@100plugins)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/remove-text-below-map/#post-16722368)
 * Hi [@cinred](https://wordpress.org/support/users/cinred/),
 * You won’t break licensing agreement between us when removing the map credits.
   This up to you. I just mentioned that it is not “good practice” to remove the
   credits. However – I can also see that in your case they claim a lot of space.
   Maybe you should scale up the map and use full width. Because your theme has 
   a sitebar you might try this CSS to get in the right direction:
 *     ```wp-block-code
       .open-user-map .box-wrap .map-wrap {
         width: 1038px;
         max-width: calc(100vw - 222px);
         margin-left: 50%;
         transform: translateX(-50%);
       }
   
       @media screen and (max-width: 1007px) {
         .open-user-map .box-wrap .map-wrap {
           max-width: 100vw;
         } 
       }
       ```
   
 * Additionally you could increase the **Custom Height** under _Settings > Open 
   User Map > Map Settings > Map Size_.
 * Best regards,
   Daniel

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

The topic ‘Remove text below map?’ is closed to new replies.

 * ![](https://ps.w.org/open-user-map/assets/icon-256x256.png?rev=2779645)
 * [Open User Map](https://wordpress.org/plugins/open-user-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/open-user-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/open-user-map/)
 * [Active Topics](https://wordpress.org/support/plugin/open-user-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/open-user-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/open-user-map/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [100plugins](https://wordpress.org/support/users/100plugins/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/remove-text-below-map/#post-16722368)
 * Status: resolved