Hi guys, I have a white gap between image and slider border? See attached. I have tried different size images and nothign really works Thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sy-slide { margin-left: 0px; } .sy-slide > a > img { height: 495px; } This will solve your issue.