Style Contest layout question.

Oct 09, 2009 10:19

Journal Preview: orbitaldiamonds
Style Name: Style Contest
Account Type: Paid

Problem/Question: I have the basic Zen and the Art of Movable Type layout, no modifications. I'd like to make the title text ("Essays in Idleness") bigger, about 26pt, and I'd like to make the sidebar narrower and the main text area wider ( Read more... )

resolved, questions

Leave a comment

Comments 3

complications_g October 9 2009, 19:02:18 UTC
Try this out in the custom CSS box (in the customise journal style page):

#banner h1{font-size:3.5em;}

.layout-two-column-left #alpha {
width:15%;
text-align:left;
margin-left:5%;
}

.layout-two-column-left #beta {
width:60%;
margin-right:0%!important;
margin-left:5.5%;
}

Then you can just adjust the font size and width's until it suits.

Reply

orbitaldiamonds October 9 2009, 19:55:52 UTC
Thanks! ^_^

Reply

complications_g October 10 2009, 07:46:49 UTC
:)

Reply


Leave a comment

Up