Designed By: Template Lite
Bloggerized By: Alvaris from Falcon Hive
Main Features
3 columns
2 right sidebars
Fixed width
Navigation menu
Search box
Notebook style post section
Coffee cup header image
Green
Light
Special Extra Features
RSS subscribe button in footer
Customized date feature
Holaa!! me enkanta este template..... como puedo hacerle para tenerlo en mi blogg????
ReplyDeleteThanks for stopping by Patricia
ReplyDeletehow can one change the width of the diary? Its too narrow!!
ReplyDeleteIra the width of this template is fixed so there isn't that much flexibility to change it. However you could go to Layout > Edit HTML and play around with the width of the content, sidebars and footer to extend it a bit. For example in the Coffee Desk template you have the following settings for the post content area:
ReplyDelete#content{
float:left;
display:inline;
overflow:hidden;
width:400px; /*535*/
margin:28px 0px 0px 0px;
padding: 0 80px 0 55px;
border:0px red solid;
background: url(http://1.bp.blogspot.com/_XByc9SCisZM/SbIMc36ltTI/AAAAAAAABKE/JSbEXEsOWIc/s1600/bg_ring.jpg) right top repeat-y;
}
Change the width from 400 to 450. If you do this you will need to change every other part of the template that this effects to even it up.