• I have 3 Metasliders on my website https://www.wheelnmotor.com as below on my featured content area of responsive theme,

    [metaslider id=263] [metaslider id=265] [metaslider id=266]

    The 1st slider is ok after adjusting the height and width. However the 3rd slider gets added only below the 2nd slider, even if there is space on the right side. I added a code in my child style.css file as below but that does not help.

    .metaslider .metaslider id=266{
    float: left;
    }

    Somebody please tell me how to make the 3rd slider come to the right of 2nd slider.

    https://www.ads-software.com/plugins/ml-slider/

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

    You’ll need to make the first slider 300px wide (at the moment it is 1024px), then add this to your themes style.css file:

    .metaslider {
    float: left;
    }

    Regards,
    Tom

    Thread Starter stanjohn123

    (@stanjohn123)

    Hi Tom,

    Actually I want the first slider to fill that whole row and want the other 2 sliders exactly below it. Won’t this be possible ?

    Regards
    Stan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to place 3rd Meta Slider to right of Column’ is closed to new replies.