This layout looks really nice, love the use of the sidebar. I'm not going to use it anytime soon probably, but I'm definitely saving this in my favourites. Thank you for sharing :D
I love this layout and am trying to get it set up on my LJ. I've downloaded all the font woff files to a folder on my server and tried changing the urls in the custom css but can't seem to get them to work. I have most of them changed. Can you see or tell anything I'm doing wrong?
First there is no need to download any fonts as they are embedded Google fonts so they will show up either way.
Second, I would just copy the code again and repaste it. It should work without you doing much of anything except adding and header image if you want to.
Okay so definitely adjust things how you want. I'm fine with that.
Sure if you aren't sure how to do it you can go to the below coding in your custom css section and just change that margin line. The last number is for the left margin and you just need to make it 0 or 5px or something. You can also move the float to right if you wish and mess with the margins to see where you want it. Go for it.
Comments 9
Reply
Reply
Thanks in advance.
Reply
Second, I would just copy the code again and repaste it. It should work without you doing much of anything except adding and header image if you want to.
Reply
Reply
Thank you so much!
Reply
(The comment has been removed)
Reply
1. Would you mind if I used a different header/color? (It's for a private LJ that I only use at this point, but still, I wanted to ask.)
2. Is there any way to use this layout but have the icons instead the comments as opposed to hanging out?
Thank you so much.
Reply
Sure if you aren't sure how to do it you can go to the below coding in your custom css section and just change that margin line. The last number is for the left margin and you just need to make it 0 or 5px or something. You can also move the float to right if you wish and mess with the margins to see where you want it. Go for it.
.userpic, .userpicfriends {
float: left;
margin: -1px 15px 25px -110px;
padding: 15px;
width: 100px;
height: 100px;
text-align: center;
color: #FFFFFF !important;
background-color: #8B9635 !important;
-webkit-box-shadow: #CCC 0 0 5px;
-moz-box-shadow: #CCC 0 0 5px;
-ms-box-shadow: #CCC 0 0 5px;
-o-box-shadow: #CCC 0 0 5px;
box-shadow: #CCC 0 0 5px;
}
Reply
Leave a comment