Jump to content

How to center my javascript slideshow?


Caseyuf

Recommended Posts

Hi Holly,

 

You should be able to add this to your CSS and make it centered:

 

#EmilyPictureBackground {

margin: 0 auto;

}

 

The first item (0) refers to the top and bottom margins. If you need some space, you can change that to any number. For example, 10px.

 

The second item (auto) means that the left and right margins will be equal.

 

Let us know if that doesn't do it. And if not, maybe you could post a link so we can check it out for you.

Link to comment
Share on other sites

I see that you are using Blogger to power your website. Unfortunately, I don't work with Blogger, so I'm not sure how to tell you to fix this. Sorry about that!

 

Maybe this link will help you figure out where you can edit the CSS: http://www.blogdoctor.me/2006/12/css-tips-and-tricks-for-blogger.html

 

Hopefully someone will come along to help you soon!

Edited by Susie
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...