nick 0 Report post Posted May 19, 2011 Hi, I've been adding custom code in order to resize and center my feature slider. For some reason the image is now off to the left. Here is the site: http://elite-assistance.com/ Here is the custom code I put in: body{}#feature_slider {width:72%; margin: 0 auto} Any thoughts? Share this post Link to post Share on other sites
catrina 103 Report post Posted May 19, 2011 The image inside the slider is aligned using a piece of CSS that is separate from the styling for the slider itself. The image belongs to a DIV class called div.media-frame, so you should be able to use that selector and some CSS margin adjustments to adjust the position of the image. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
catrina 103 Report post Posted May 19, 2011 The image inside the slider is aligned using a piece of CSS that is separate from the styling for the slider itself. The image belongs to a DIV class called div.media-frame, so you should be able to use that selector and some CSS margin adjustments to adjust the position of the image. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites