Wednesday, May 31, 2006

Another question

I want to customize the template for this design more to my liking. I want to make the margins smaller so the text in the post will be in longer lines. What do I look for in the code to change so I can do this?

1 Comments:

At 6/1/06, 8:26 AM, Anonymous Anonymous said...

In your settings, click on template and find these lines:

.post-body {
border:1px dotted #bb9;
border-width:0 1px 1px;
border-bottom-color:#eec;
padding:10px 14px 1px 29px;
}

Replace them with this:

.post-body {
border:1px dotted #bb9;
border-width:0 1px 1px;
border-bottom-color:#eec;
padding:10px 10px 1px 15px;
}

you are only changing the padding line of code. The second number alters the amount of padding on the right...the 4th number alters the padding on the left. If you have any questions, let me know.

 

Post a Comment

<< Home