By Jeff Suddaby on Tuesday, 18 February 2014
Posted in General Issues
Replies 3
Likes 0
Views 509
Votes 0
Hi,

When the user clicks on "Read more," they are taken to the full blog entry page. There is a Font Size button on the toolbar of this page.

Unfortunately, clicking on this Font Size button does NOT increase font size. Instead it increases the space between the lines in the blog entry.

How do I fix this?

Site username & password appended below.

TIA - Jeff
Thanks Arlex. The hack works perfectly!

It's just what I needed, because I want (at least some of) my bloggers to be able to customize font sizes and such in their blog entries.

Thanks again. - Jeff.
·
Tuesday, 18 February 2014 23:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeff Suddaby,

Sorry for late reply to this,
We have checked in your site, it seems like you hard coded in the content front size, see my screenshot : http://screencast.com/t/fDwKjW93O
So you have to apply this CSS hack in your template CSS file
.blog-text p span 
{
font-size: inherit !important;
line-height: 120%;
}

If you need assistance, please provide us with your FTP access so we can help you apply this code in your file.
·
Tuesday, 18 February 2014 22:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeff,

You're welcome, glad to heard your issues resolved.
·
Tuesday, 18 February 2014 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post