Title: Image   Slide Info
Last modified: August 31, 2016

---

# Image Slide Info

 *  Resolved [jakekimpton](https://wordpress.org/support/users/jakekimpton/)
 * (@jakekimpton)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/image-slide-info/)
 * Hello,
 * I’m looking to create some sliders with slide info like this example supplied
   with MS Pro:
    [Example](http://www.apdiving.com/en/block-slider-test/)
 * I’ve added 2 samples. One where the text remains visible under 600px and one 
   that hides the text. Ideally, it would be nice if the text dropped below the 
   image instead of the image almost disappearing. I can’t use them like this and
   I’m not sure how to make it work correctly.
 * I would like the image to stay visible, and for the text to drop below for mobile.
 * [https://wordpress.org/plugins/master-slider/](https://wordpress.org/plugins/master-slider/)

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

 *  Plugin Author [averta](https://wordpress.org/support/users/averta/)
 * (@averta)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/image-slide-info/#post-7244621)
 * Hi,
 * Please add the following style to Your slider custom styles.
 *     ```
       @media screen and (max-width: 750px) {
   
        .master-slider {
          margin: 0 !important;
        }
        .ms-slide-info.ms-dir-v {
            top: 0;
            position: static;
            width: auto !important;
            padding: 0 20px;
        }
   
        .ms-info {
               margin-top: 20px;
           }
       }
   
       .ms-slide-info {
           overflow: auto;
           height: 100%;
       }
       ```
   
 * Regards
    Averta
 *  Thread Starter [jakekimpton](https://wordpress.org/support/users/jakekimpton/)
 * (@jakekimpton)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/image-slide-info/#post-7244641)
 * Fantastic, this works perfectly.
 *  Plugin Author [averta](https://wordpress.org/support/users/averta/)
 * (@averta)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/image-slide-info/#post-7244809)
 * You are Welcome
 * Regards
    Averta

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

The topic ‘Image Slide Info’ is closed to new replies.

 * ![](https://ps.w.org/master-slider/assets/icon-256x256.png?rev=1638064)
 * [Master Slider - Responsive Touch Slider](https://wordpress.org/plugins/master-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/master-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/master-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/master-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/master-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/master-slider/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [averta](https://wordpress.org/support/users/averta/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/image-slide-info/#post-7244809)
 * Status: resolved