Here is my blog:
I want to change to make the font bigger but just on the posts. When I change the font size in the body it makes everything bigger.
How can I only make the post font size bigger?
Thanks
Here is my blog:
I want to change to make the font bigger but just on the posts. When I change the font size in the body it makes everything bigger.
How can I only make the post font size bigger?
Thanks
this part of your css:
#left-content p{
font-weight: normal;
}
add your font size to that
that only changes the size of the title not the text within the post itself.
really? hmmm....seems that shoulda worked...
well I guess we can get more specific:
under div.top-div{margin-bottom:29px;}
add
.top-div p{
font-size: 14px;
}
or whatever size you want. You did refresh your browser (ctrl+f5) after making the changes before correct?
I'm at my work computer...don't have my home computer with firefox/firebug addon to look at your css better. I'm just looking at your code
This topic has been closed to new replies.