:D just a layout guide so I won't have to re-type directions in every layout post. Feel free to ignore,hurhur X3
Installation Guide;
01. Go to customize journal. Make sure you are using the s2 style system.
02. Type "flexible squares" in the search box.
03. Select and apply any of the themes show,except the "circular" ones.
04. Go to customize theme>custom css.
05. Make sure all drop down boxes are set to "no" it's important.
06. Copy+paste code in css box,and click on "save changes". :D then you're done!
Help?;(will be updated as questions pop up.)
01. How do I add in a header image?
Add this to the bottom of the code:
.headerimage {
background: url('HEADER URL HERE') no-repeat;
height: ###px;
width: ###px;
margin-left: auto;
margin-right: auto;
}
02. How do I change the width of my layout?
#content {
width: ###px or %;
margin-left: auto; margin-right: auto;
background-color: transparent;
padding: 15px;
In some cases,the topbar might have a width too. If this is the case,do the SAME thing you did for your .entry and enter the EXACT same width. :D
Please feel free to drop a comment if you are having trouble ^^