Viewing 13 replies - 1 through 13 (of 13 total)
  • Dear Friend,

    First of all thank you for choosing master slider, We checked your site from the responsive perspective and found your slider coordinated with your theme so, Could you please tell me want to see how exactly?
    Waiting to hear from you.

    Kind Regards
    Averta

    Thread Starter sbstyle

    (@sbstyle)

    Hi there,
    Thanks for looking into my request.
    If you reduce the page down to mobile size, the slider image and text overlap. I’d like the text to appear beneath the image.
    Thanks

    Plugin Author averta

    (@averta)

    Hi,

    You just need to add important to position style in the child theme style:

    @media (max-width: 800px){
      .master-slider{
       	margin: 0px !important;
      }
    
      .ms-slide-info {
        margin-top: 10px;
        position: relative !important;
        min-height: 100px;
        width:100% !important;
        right:0px !important;
      }
    

    Regards
    Averta

    Thread Starter sbstyle

    (@sbstyle)

    Thanks Averta, I’ve loaded this and it’s still not working. Any other ideas?

    Karen KISS WP Websites

    (@mtgamberwesbitedesign)

    Thanks – that extra bit of code fixed my issue with V2 not being responsive.

    Thread Starter sbstyle

    (@sbstyle)

    Hi Averta,
    Any other ideas? It’s still not responsive on my site.
    Thanks.

    Thread Starter sbstyle

    (@sbstyle)

    Hi MtGamberWesbiteDesign, wondering if you have any other ideas? Perhaps you can take a look at my blog please and provide some advice? I’d really appreciate it ?? https://studded.com.au/index.php/2015/09/29/252/#more-252

    Plugin Author averta

    (@averta)

    Hi,
    Sorry about delay in response.

    Try the below code in your style:

    .ms-slide img {
      max-width: none !important;
    }

    Regards
    Averta

    Thread Starter sbstyle

    (@sbstyle)

    Hi Averta,
    Thanks for getting back to me.
    Nope, this still doesnt work. Any other ideas?
    Thanks,
    Steph

    Plugin Author averta

    (@averta)

    Hi,

    The issue belongs to line 764 in style.css in your active theme, you should overwrite it but not for all images.
    The way is adding some style like that posted previously in replies, i checked your site but i can’t find any new style.
    Please first check Load assets on all pages? setting and check your site again, if it doesn’t works, so try the code in style.css and see it works or not.

    Note: Any changes after theme update will be missed.

    Let us know the results.

    Thread Starter sbstyle

    (@sbstyle)

    Hi Averta,
    Yes, I agree that’s where the error lives (in line 764).
    I’ve checked ‘load assests on all pages’ and nothing changed. Also, the code is loaded to my child style.css file.
    Are you suggesting I now need to load this into my primary style.css file? You will see it sitting in my existing child.css.
    Thanks.

    Thread Starter sbstyle

    (@sbstyle)

    Hi Averta,
    Thanks for all your help so far.
    I’ve decided to go with another slider that was easier to use.
    Appreciate your help and I hope you’re able to fix those responsive challenges.
    Thanks

    Hi, i have problem, the slider is not responsive when using slide info v2 template.
    Can you help me ?
    My site: https://muni.muni-projekty.pl/test/

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Simple Slider with Slide Info V2 not responsive’ is closed to new replies.