![]() |
Before |
![]() |
After |
Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
This tweak should allow titles within 10-12 words to be visible. If your average titles are longer than this, feel free to bring the title font-size down to fit in more words, by adjusting line 4.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | .snapshot .item.comments .title { left : 5px ; right : 5px ; font-size : 14px ; text-wrap: normal !important ; white-space : normal !important ; overflow : visible !important ; } .snapshot #content .item h 3 .title{ bottom : 5px ; height : auto ; } .snapshot .item .comments-count { bottom : 220px ; } |
You might also like:
This comment has been removed by the author.
ReplyDeleteAwesome! Thanks!
ReplyDeleteI made a couple of changes to vertically center the text, so that one-line titles still look the same as they did before this tweak was applied, and so that three-line titles don't run off the bottom of the thumbnail:
.snapshot .item.comments .title {
left: 5px;
right: 5px;
white-space: normal !important;
}
.snapshot #content .item h3.title{
bottom: 5px;
height: auto;
max-height: 2.25em;
overflow: hidden;
padding-bottom: .5em;
}
.snapshot .item .comments-count {
bottom: 220px;
}
Hey Sneha, can you help me bring the Header Bar a bit lower in Dynamic Template of Blogger and fit the Blogger Description between the blog title and header bar? Also, I want to add share buttons beside the blog title.
ReplyDelete