brandi1211
Member
Posted 2 years ago #
Hello!
My URL is: brandisutherlin.com/blog
I need help with two things:
1) Notice the big white empty space above my header... I'm not sure what I did but I want that to go away (move everything up I guess?)
and...
2) I need to make it so my posts are by default "centered" rather than to the left.
***please leave detailed instructions if at all possible. i appreciate it!! ;)
Brandi
1. Edit style.css:
.PageBackgroundGradient {
background-image:url(images/Page-BgGradient.png);
background-repeat:repeat-x;
height:224px;
}
and remove height:224px;.
2. Your posts are centred. Or am I missing something?
brandi1211
Member
Posted 2 years ago #
I'm using Firefox, and my posts are justified to the left (in the center column). I want them centered just like my pictures are centered :)
brandi1211
Member
Posted 2 years ago #
If you want the text centred, try adding:
.post {text-align:center;}
brandi1211
Member
Posted 2 years ago #
where should i add this exactly?
To the bottom of style.css.