Hey, my slideshow has now limited the image size to a box. I removed the browse listing bar, and fixed it to where images wouldnt stretch, and now it won't display the whole image. Also, is there a way to link the slideshow to a page?
Hello, For slider size. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #container { left: 0px;} #example { width: 920px;} .slides_container { width: 920px;} .slides_container div.slide { width: 920px;} .slides_container div.slide img { width: 920px;} For link at the slider. Open front-page.php and add code given below as shown in the image. Code: <a href="ENTER REDIRECT LINK"> </a> Slider link for 1 and 2 shown in the image. Follow same process for other slides too. Thanks & Regards Nitesh Raghuwanshi