Title: Mobile breakpoint
Last modified: December 10, 2020

---

# Mobile breakpoint

 *  Resolved [kennethdigneffe](https://wordpress.org/support/users/kennethdigneffe/)
 * (@kennethdigneffe)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-breakpoint-2/)
 * Hello!
 * How can we adjust the breakpoint on smaller devices? On smaller devices the “
   hotspot placeholder” (left column with all the info) gets very small and gives
   us a very long left side.
 * We want the placeholder text below the image.
 * Is this possible?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-breakpoint-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Draw Attention Support](https://wordpress.org/support/users/wpdrawattention/)
 * (@wpdrawattention)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-breakpoint-2/#post-13774211)
 * Hello [@kennethdigneffe](https://wordpress.org/support/users/kennethdigneffe/)
 * Could you try adding this CSS to your page?
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 1000px)
   and (min-width: 600px) {
    .layout-left .hotspots-interaction { flex-direction:
   column-reverse !important; }
 *  .layout-left .hotspots-placeholder,
    .layout-right .hotspots-placeholder { flex:
   0 0 100% !important; max-width: 100% !important; } }
 * Here’s a guide in case you need help adding this to the page: [https://wpdrawattention.com/document/customizing-draw-attention-css/](https://wpdrawattention.com/document/customizing-draw-attention-css/)
 * Let me know if that works for you 🙂
    Natalie G

Viewing 1 replies (of 1 total)

The topic ‘Mobile breakpoint’ is closed to new replies.

 * ![](https://ps.w.org/draw-attention/assets/icon-256x256.png?rev=2888664)
 * [Interactive Image Map Plugin - Draw Attention](https://wordpress.org/plugins/draw-attention/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/draw-attention/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/draw-attention/)
 * [Active Topics](https://wordpress.org/support/plugin/draw-attention/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/draw-attention/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/draw-attention/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Draw Attention Support](https://wordpress.org/support/users/wpdrawattention/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/mobile-breakpoint-2/#post-13774211)
 * Status: resolved