CSS code for centering header image

  • Unknown's avatar

    I am using the Reddle template and added a custom header image, but the image is not centered under the blog title. Can someone tell me the CSS code to center the image under the title?

    I also would like to adjust the column setup, with a single wider text column and a narrower right sidebar.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    One possible solution would be to completely center both the site title and the header image. Here’s an example in case you’d like to try it:

    .site-title a,
    #masthead > a {
    	width: 100%;
    	text-align: center;
    	display: block;
    }
  • The topic ‘CSS code for centering header image’ is closed to new replies.