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 ; } |
"Help, it doesn't work!"
If the code above doesn't work for you, try this instead:
If the code above doesn't work for you, try this instead:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| .snapshot .item .title { left : 5px !important ; right : 5px !important ; font-size : 14px !important ; text-wrap: normal !important ; white-space : normal !important ; overflow : visible !important ; } .snapshot #content .item h 3 .title{ bottom : 5px !important ; height : auto !important ; } .snapshot .item .comments-count { bottom : 220px !important ; } |
Your blog is the most informational about blogger dynamic views. continue to inform us with useful css tricks. Thank you
ReplyDeleteI needed to thank you for this great read!! I absolutely loved every little bit of it. I’ve got you book-marked to look at new things you post.Thanks again for this awesome stuff.
ReplyDeletewebsite design
Thank you so much! This is so simple, clear and easy to implement.
ReplyDelete