Jump to content
Sign in to follow this  
nick

Centering the image in the feature slider after resize

Recommended Posts

nick

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×