I just recently decided to tackle the task of changing my own layout instead of having a friend do it for me. I found
carriep63's "Lime" layout over at
freelayouts and thankfully, it's almost exactly the way I want it, so I don't have to deal with trying to change too many things. I do, however, have a few questions about things I'd like changed.
(
My current overrides and questions. )
Comments 8
.module-header, .module-viewlinks a{
color:#666;
}
#2 - The tags will not be separated by a comma because that is a feature of the Smooth Sailing style, not Bloggish. Here is how to display them next to each other, though:
.module-categories li{
display:inline;
}
#3
.module-pagesummary{
display:none;
}
#4 - No. The "separator" is a line that is used between each link at the bottom of the entry. There is more than one way to add an entry divider. This is the way I would go (change the padding to suit your needs):
.entry{
background: url(http://www.carriep63.com/layouts/lime/images/lime-date.jpg) no-repeat bottom center;
padding-bottom:40px;
}
Reply
Reply
I used the code you mentioned in #2, but now they only display inline - there is no wrapping at the end of the line, so only the first couple are actually visible.
I am pants at explaining stuff, so here's a screencap.
( ... )
Reply
Reply
Leave a comment