This template was a GREAT START for me and I've basically taken it and given it that "Dudel charm" but there is one thing, just one, that bothers.
Why the heck/how the heck is everything in all capitals at the bottom? It makes putting widgets etc at the bottom basically worthless, or at least ugly.
Right now I've a weak "Back to Top" thing just to keep it from being naked... and the internal link helps.
Just thought I'd say I like the template and don't plan on using a different one any time soon.
I knew it was only one line of code and one that was somewhere near "footer" but I didn't know which one etc. CSS is still "new to me".
Thank you, Thank you... great template, very Dudel!
Post a Comment
Comments are moderated before appearing on site, any that contain suspicious information, self-advertising or spam-like URLs will be deleted.
Terms of use
Do not use my templates for hateful or pornographic sites.
All my blogger templates only work with new blogger and are released under the Creative Commons Licence, which means you can use them for free. My only requirements are that you do not sell these templates and provide a link back to my site.
3 Responses to “2 column green and gray blogger template”
This template was a GREAT START for me and I've basically taken it and given it that "Dudel charm" but there is one thing, just one, that bothers.
Why the heck/how the heck is everything in all capitals at the bottom? It makes putting widgets etc at the bottom basically worthless, or at least ugly.
Right now I've a weak "Back to Top" thing just to keep it from being naked... and the internal link helps.
Just thought I'd say I like the template and don't plan on using a different one any time soon.
@Dudel
if you don't want capitals find the following CSS code
#footer {
width:660px;
clear:both;
margin:0 auto;
padding-top:15px;
line-height: 1.6em;
text-transform:uppercase;
letter-spacing:.1em;
text-align: center;
}
remove the line text-transform:uppercase; so it becomes
#footer {
width:660px;
clear:both;
margin:0 auto;
padding-top:15px;
line-height: 1.6em;
letter-spacing:.1em;
text-align: center;
}
that should help
Sweetness, thanks a billion!
I knew it was only one line of code and one that was somewhere near "footer" but I didn't know which one etc. CSS is still "new to me".
Thank you, Thank you... great template, very Dudel!
Post a Comment
Comments are moderated before appearing on site, any that contain suspicious information, self-advertising or spam-like URLs will be deleted.