In the designer, I set padding on a text box to 15. It shows up in the designer with the padding, looks good.
When I view the slider live, there is no padding, 0.
The CSS rule on the div of the text is
.md-objects .md-object, .md-objects .md-object a, .slider-item > div{
padding: 0;
}
In the tag, there are attributes for the padding like data-padding-right="15" but this is never applied as css to the text div.
Please advise
Thanks
Hi,
Are you using the latest version of MD Slider 2.15?
It is because of jquery version
Please try version 1.8 instead of 1.10