Welcome to the Lounge. Our tutorials are saved here. These are currently all for LJ and Flexible Squares. Should you have general questions about us check out our FAQ. I do NOT customize layouts for individuals.

Layout Change Quick Guide
If you like Flexible Squares, I have tons of layouts for you, and still create them.I've been creating Layouts for DW's Bannering. Here's how to use them:
1. Go to
Transmogrified Layouts.
2. Choose Basic.
3. Go to
Custom CSS.
4. Make sure all boxes are unchecked
5. Copy Coding to Stylesheet Box.
6. Make sure to update with your own images/image urls. Imgur images are okay to be used.
7.Click Save.
Tips Welcome:

You can also find
layout_lounge at LiveJournal.
(no subject)
Date: 2013-04-02 09:52 pm (UTC)(no subject)
Date: 2013-04-02 11:27 pm (UTC)(no subject)
Date: 2013-04-05 05:10 am (UTC)(no subject)
Date: 2013-04-05 08:01 pm (UTC)(no subject)
Date: 2013-04-05 10:54 pm (UTC)(no subject)
Date: 2013-09-16 03:13 pm (UTC)btw, can I ask you something about CSS although it's not from yours? Tried a bit and ask the creator but found out she's not around since 2012..
(no subject)
Date: 2013-09-16 09:29 pm (UTC)I can do my best. Sometimes it stumps me but usually I can do it. Send it my way or send me to what you have in mind.
(no subject)
Date: 2013-09-17 01:04 am (UTC)The post include the code and the preview.
The problem with that code after I installed is the title and subtitle which is messed up in every entry. I've check my page, friends page, entry page but all is different maybe except the subtitle..
The post said that should adjust the "right: 00px" under ".title" and ".subtitle" in your code; which have no different and still messed the title and subtitle.
This is what I changed from that code.
.title, .subtitle {position: absolute; color: #E8917B; font-size: 26px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); writing-mode: lr-tb; letter-spacing: -1px}
.title {position: absolute; right: 240px; top: 690px;}
.subtitle {position: absolute; right: 180px; top: 690px;}
Added the top because I use the header with 300px height. I hope you can help me with this problem.
(no subject)
Date: 2013-09-17 06:09 pm (UTC)What exactly do you want this journal to do. I've got it up on
(no subject)
Date: 2013-09-17 06:52 pm (UTC)The title and the subtitle is a bit messed up in my journal. It's okay in the front page (http://j-sei.livejournal.com) but messed up if I opened my own entry (http://j-sei.livejournal.com/6736.html) or friends page (http://j-sei.livejournal.com/friends)
Sorry for the confusion before..
(no subject)
Date: 2013-09-17 09:02 pm (UTC)2 try making the right for both things the same. I think because of the absolute position the right attribute on both has to be the same and it will space them one on top of the other.
I tried that and it seemed to work. Try it yourself and let me know.
(no subject)
Date: 2013-09-18 02:34 am (UTC)Oh, it works! Thank you so much for your help ^^
(no subject)
Date: 2013-09-19 12:49 am (UTC)Yeah it is annoying that the title doesn't stay the same but then it just uses the name of you Friends Page or your posts.
(no subject)
Date: 2014-04-12 04:53 am (UTC)(no subject)
Date: 2014-04-14 08:31 pm (UTC)newbie with ? about header
Date: 2016-11-18 10:43 pm (UTC)Re: newbie with ? about header
Date: 2016-11-19 01:16 am (UTC)You may be able to remove the @ratzpack by putting the below code into your custom css section.
#header-name {display: none;}
Also your custom css has this coding
#header-inner {
background-image: url(https://s14.postimg.org/6vcxlkoc1/cooltext216693157956403.png);
}
THis is your logo. Try this:
#header-inner {
background-image: url(https://s14.postimg.org/6vcxlkoc1/cooltext216693157956403.png);
text-align: center;
}
You'd really be adding that text-align: center; coding.
If that doesn't work try:
margin-right: auto;
margin-left: auto;
Instead of the text-align.
I would guess the blue color is something you can change in the Style section
http://www.livejournal.com/customize/options.bml?group=style
Let me know if this helps.
one last thing(promise)
Date: 2016-11-18 10:47 pm (UTC)Re: one last thing(promise)
Date: 2016-11-19 01:25 am (UTC)body{
background-color: #000000;
background-image: url(https://s17.postimg.org/sriorxvu7/5243.jpg);
background-repeat: repeat
}
background-attachment: fixed;
background-position: center ;
size-option; cover
color: #888888;
font-family: "trebuchet ms", arial, sans-serif;
font-size: 14px;
margin: 0px 0 20px 0;
}
It should be:
body{
background-color: #000000;
background-image: url(https://s17.postimg.org/sriorxvu7/5243.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
color: #888888;
font-family: "trebuchet ms", arial, sans-serif;
font-size: 14px;
margin: 0px 0 20px 0;
}
As for the border, I don't know if this will work by try:
.asset-inner { border-bottom: 1px dashed #D4E5F2; border-right: 1px dashed #D4E5F2; }
Let me know if that works and what you think.
Re: one last thing(promise)
Date: 2016-11-19 08:34 am (UTC)God Bless.Good job.
Re: one last thing(promise)
Date: 2016-11-20 08:07 am (UTC)hey thanks. know this is a pain.
Re: one last thing(promise)
Date: 2016-12-08 01:07 am (UTC)There is around the post which means above the subject on the sides of the post and then below the post which would also be above the next header?
Something like that?