Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi,

    Thank you for choosing Master Slider.

    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%;
    }

    Let me know the result.

    Best,
    Averta

    Thread Starter b2anttrip

    (@b2anttrip)

    Thx that worked Quite well! really appreciate your help.

    another question, can i replaced the theme Slider in the front page with Master SLider’s
    https://totalsurfacetreatment.com/

    Plugin Contributor averta support

    (@averta_support)

    Hi again @b2anttrip,

    Yes, you can ??

    If it is added by Page Builder or Widget, you can use it by Master Slider widget.
    If it is added by shortcode, replace it by Master Slider shortcode.
    If it is added to the theme, create a child theme and delete the codes related to the slider of the theme and add the php function of Master Slider.
    For example: <?php masterslider(1); ?>

    Please let me know the result.

    Best,
    Averta

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider appearing abnormal in mobile view’ is closed to new replies.