When the screen size is less than 768px a white gap suddenly shows up at the right of the slider and cuts off part of the slides. You can see this here (for now): https://teachingselfgovernment.com/tsg
I'm using version Md_slider-7.X-2.19.Zip
I've tried to look over the CSS, but haven't been able to figure out the problem. Thanks for your help.
Hi,
This problem comes from your CSS code but not our module. Please try to add class clearfix for header.
and set float right for #navbar div.upper
The clearfix did it! Thank you!