Jump to content

Recommended Posts

Posted

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.

Posted (edited)

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

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
×
×
  • Create New...