...and it works! I tweaked it some, to increase the font size which is too small for my eyes, and reduce the padding-left. I like it very much, thank you.
(If I may, in a previous post I had a question on how to make the "View subjects" text appear on the Archive page? I see you have that; it's not visible in my layout, and I don't know what's hiding it.)
The layout I have currently up, is a Flexible Square one, The one YOU have up is a Smoothsailing one...
To see the Subject, you have to click on the month ... change .entryHeader { color:#eee; font-family:"georgia", sans-serif; text-decoration:none; text-align:right; font-size:0; letter-spacing:-0.5pt; border-bottom:1px solid #e9e2c5; min-height:7px; padding:15px 20px 0 0; }
Comments 5
Reply
Reply
(If I may, in a previous post I had a question on how to make the "View subjects" text appear on the Archive page? I see you have that; it's not visible in my layout, and I don't know what's hiding it.)
Reply
To see the Subject, you have to click on the month ...
change
.entryHeader {
color:#eee;
font-family:"georgia", sans-serif;
text-decoration:none;
text-align:right;
font-size:0;
letter-spacing:-0.5pt;
border-bottom:1px solid #e9e2c5;
min-height:7px;
padding:15px 20px 0 0;
}
to
.entryHeader {
color:#eee; font-family:"georgia", sans-serif; text-decoration:none; text-align:right; letter-spacing:-0.5pt; border-bottom:1px solid #e9e2c5;
min-height:7px; padding:15px 20px 0 0; }
It should work.
Sam.
Reply
Leave a comment