Hello, I followed the advice of another post for a different template to change the transition effect for the slider by changing the custom.js transition field. however this caused my slide show to move to the right. How can I get the slideshow to line up correctly with the fade effect? Please see attached shot for example.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider_container li{ margin-left:0; } Thanks & Regards Gourav Shrivastava
Hello, Go to js > custom.js present in your theme directory and follow the instruction shown in the image given below. After that 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.