centering blog title in Chateau theme

  • Unknown's avatar

    Does anyone know how I can modify the css to center the blog title in the Chateau theme?

    Also, is it possible for me to modify the css to place my RSS feed button up beside the search box at the top of the page?

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

  • Unknown's avatar

    This should do it for you. Very nice looking site by the way. I love the background.

    #main-title {
    margin-left: 170px;
    width: auto;
    }

    I would add this as well to get rid of the white background on the day.

    .post-date em {
    background: transparent;
    }
  • The topic ‘centering blog title in Chateau theme’ is closed to new replies.