hannahcraner
Member
Posted 3 years ago #
I have a 3 questions.
1. I can't figure out how to center my Header. I am sure it is easy, but I can't figure it out.
2. I want the middle section, where the posts are, to stay the same width throughout the entire blog. It gets wider after the sidebar content ends. How do I fix that?
3. I want to change the background from pink to an image, but it didn't work when I tried. Can someone help?
Thank you so much!! I really appreciate the help.
The blog address is:
http://design-my-handbag.com/
1. Did you try <p style="text-align: center;">?
2. That's not an easy question, you want to make a fluid theme fixed. Better to find a fixed theme and work with that.
3. I use this in my stylesheet (style.css):
body {
margin:0;
background:#DEC8A6 url(http://www.website.com/background.jpg) repeat;
color:#B65D41;
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align:center;
}
hannahcraner
Member
Posted 3 years ago #
Where do I put that <p style="text-align: center;">?
hannahcraner
Member
Posted 3 years ago #
thank you! I figured it out. :)