Title: Problem in Mobile Version
Last modified: April 6, 2021

---

# Problem in Mobile Version

 *  [erand](https://wordpress.org/support/users/erand/)
 * (@erand)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/problem-in-mobile-version-5/)
 * In the mobile version the tooltip appear to be fullscreen. what we can do to 
   make it smaller in mobile as it appears in website.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-in-mobile-version-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [plykite](https://wordpress.org/support/users/plykite/)
 * (@plykite)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/problem-in-mobile-version-5/#post-14294409)
 * Yes this is bad. I hope it will be an update soon.
 * Pascal
 *  [plykite](https://wordpress.org/support/users/plykite/)
 * (@plykite)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/problem-in-mobile-version-5/#post-14297093)
 * The issue seems to be **only when the hospot shoctode is in a builder module**,
   for exemple in a DIVI code or text module.
 * PAscal
 *  Thread Starter [erand](https://wordpress.org/support/users/erand/)
 * (@erand)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/problem-in-mobile-version-5/#post-14401503)
 * I found an solution , below is the code that you can put on custom CSS :
 *     ```
       @media (max-width: 500px){
       div#powerTip{
       position: absolute !important; /*The position of the tooltip*/
           width: auto !important; /*The width of the tooltip*/
           height: auto !important; /*The height of the tooltip*/
           left: auto !important; /*The position from the left of the tooltip*/
           top: auto !important; /*The position from the top of the tooltip*/
           overflow-x: hidden; /* For Hidding x scrollbar of the tooltip*/
           overflow-y: hidden; /* For Hidding y scrollbar of the tooltip*/}}
       ```
   
 * It will solve the problem

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

The topic ‘Problem in Mobile Version’ is closed to new replies.

 * ![](https://ps.w.org/devvn-image-hotspot/assets/icon-256x256.jpg?rev=1520057)
 * [Image Hotspot by DevVN](https://wordpress.org/plugins/devvn-image-hotspot/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/devvn-image-hotspot/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/devvn-image-hotspot/)
 * [Active Topics](https://wordpress.org/support/plugin/devvn-image-hotspot/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/devvn-image-hotspot/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/devvn-image-hotspot/reviews/)

## Tags

 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [pin](https://wordpress.org/support/topic-tag/pin/)

 * 3 replies
 * 2 participants
 * Last reply from: [erand](https://wordpress.org/support/users/erand/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/problem-in-mobile-version-5/#post-14401503)
 * Status: not resolved