re-positioning journal title and subtitle, and making header align with entries

Mar 01, 2013 14:18

I searched through the tags, but couldn't find anything that quite fit my problem. When it comes to CSS, I'm pretty much fumbling around in the dark, so please bear with me if my questions are completely dense.

I'm trying to set up a new community: team-alpha. The community account is paid, and I'm working with the Red Label theme. I managed to add a header image, but my journal's title and subtitle are positioned right in the middle of it, obscuring the picture. Can someone please help me move them?

Also, is there a way to make the header image align with the entries column? I've figured out how to align the header image to the right edge of the entries column, and how to center it across the entire page, but if it's possible, I'd love for it to match up perfectly, no matter what size the browser window is.

If it helps, this is the custom CSS I'm using right now:

#header-inner {
background-image: url(http://i68.photobucket.com/albums/i14/Piscaria/TAHeader950x200_zpsdcc899e1.jpg); background-repeat: no-repeat; background-position: top right; height: 200px; margin: 0 auto;
width: 671px; /* 950 */

}

Thanks for any insight you guys can give!
Previous post Next post
Up