JA Content Slider - Can you please help me fix the following?
1.Images not resizing (when auto option selected in module) 2. Not auto playing 3. Too much white space at bottom of module 4. Remove border
assetivity
Hi,
/*Style for JA Content Slider module */ .section-wrap .ja-contentslider.homeslider { padding-top: 0; padding-bottom: 0; } .section-wrap .ja-contentslider.homeslider .ja-contentslider-center img { border: none; padding: 0; }
I have moved the module position and the code is no longer working. The images have a border (I prefer no border ) and the padding doesn't reflect what i have specified? saguaros
assetivity Hi. An updated code and one which will work after module repositioning is:
#ja-contentslider-224 { padding-top: 0; padding-bottom: 0; } #ja-contentslider-224 .ja-contentslider-center img { border: none; padding: 0; }