I have 3 positions in the module at the bottom of the page but the left image is cut off on the left side. Can the module content be centered on the page?
Thanks
cspgsl Hi. Please add this to css:
.swiper-wrapper { margin-left: 0; margin-right: 0; } .swiper-wrapper .img-responsive { margin: 0 auto; }
thanks