Title: Caption responsive help
Last modified: August 21, 2016

---

# Caption responsive help

 *  Resolved [halben](https://wordpress.org/support/users/halben/)
 * (@halben)
 * [13 years ago](https://wordpress.org/support/topic/caption-responsive-help/)
 * After I edited the caption,
 *     ```
       .metaslider .caption-wrap {
         background: #CCCCCC !important;
         color: #000000 !important;
         max-width: 100% !important;
         width: 500px !important;
       }
   
       /* =Responsive (Mobile) Design
       -------------------------------------------------------------- */
       @media screen and (max-width: 980px) {
   
       	.metaslider .caption-wrap
       	.metaslider .caption
       }
   
       @media screen and (max-width: 650px) {
       	.js .menu, .js .sub-header-menu {
         		display: none;
        	}
       }
   
       @media screen and (max-width: 480px) {
   
       	.metaslider .caption-wrap
       	.metaslider .caption
       }
   
       @media screen and (max-width: 320px) {
       	.metaslider .caption-wrap
       	.metaslider .caption
       }
   
       @media screen and (max-width: 240px) {
       	.metaslider .caption-wrap
       	.metaslider .caption
   
       }
       ```
   
 * It’s not responsive anymore. Can anyone please help or point to where I’m doing
   wrong?
 * Thanks.
 * [http://wordpress.org/extend/plugins/ml-slider/](http://wordpress.org/extend/plugins/ml-slider/)

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

 *  [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * (@matchalabs)
 * [13 years ago](https://wordpress.org/support/topic/caption-responsive-help/#post-3730338)
 * Hi, the only bit of css you should need is:
 *     ```
       .metaslider .caption-wrap {
         background: #CCCCCC !important;
         color: #000000 !important;
         max-width: 100% !important;
         width: 500px !important;
       }
       ```
   
 * The other CSS isn’t needed so can be deleted (and should be deleted as its invalid)
 * Let me know if you get that CSS working, if not send me a link to your site and
   i’ll take a look 🙂
 * Regards
    Tom
 *  [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * (@matchalabs)
 * [13 years ago](https://wordpress.org/support/topic/caption-responsive-help/#post-3730508)
 * No response, setting to resolved.

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

The topic ‘Caption responsive help’ is closed to new replies.

 * ![](https://ps.w.org/ml-slider/assets/icon.svg?rev=3523572)
 * [Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider](https://wordpress.org/plugins/ml-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ml-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ml-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/ml-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ml-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ml-slider/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/caption-responsive-help/#post-3730508)
 * Status: resolved