Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    You could add something like the following CSS:

    @media (max-width: 600px) {
    .metaslider .caption {
      width: 100% !important;
      margin-top:0 !important;
    }
    
    .metaslider .caption-wrap {
      width: 100% !important;
      top: auto !important;
      right: auto !important;
      bottom: auto !important;
      left: auto !important;
      clear: both !important;
      position: relative !important;
    }
    }

    This would usually get the caption sitting below the slider but it looks slightly out due to some CSS in your theme so may need some tweaking.

    Thanks,
    Dave

    Thread Starter DidoH

    (@didoh)

    Thanks for your help Dave. For some reason adding this code has made no difference to the mobile site at all though. Am I missing something?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving Metaslider captions below the slider for mobile’ is closed to new replies.