• Resolved halben

    (@halben)


    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/

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

    (@matchalabs)

    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

    (@matchalabs)

    No response, setting to resolved.

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

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