I've published tutorials on how post titles can be shown in full in Blogger's Flipcard and Timeslide Dynamic Views before, and Blog Reader Pierre Egault would like to know a similar trick for Magazine view - as Magazine view tends to truncate your title when a custom web font is used. This tweak should also help to reduce the gap in your post title's line height when a custom font is used. So, here's how:
Go to Template Designer
- Advanced
- Add CSS
- Paste the following code
- Press enter after the last character of the last line
- Apply to Blog
Go to Template Designer
- Advanced
- Add CSS
- Paste the following code
.magazine .item .title a{ line-height: 25px !important; overflow: visible !important; display: table !important; } .magazine #lead .item .title a{ line-height: 35px !important; overflow: visible !important; display: table !important; }
- Press enter after the last character of the last line
- Apply to Blog
EmoticonEmoticon