By Peter Huzzey on Wednesday, 01 March 2017
Posted in General
Likes 0
Views 143
Votes 0
Hi,
I recently updated to EasyBlog 5 and I have noticed that the icons in the toolbar a really small - refer to attchached screen capture from http://www.aussieit.com.au/blog.html
Could you suggest where I can change the size of these in the settings?
Thanks
Peter
Hi Peter,
It seems your template is applying their line height rule to EasyBlog's toolbar icons(https://www.screencast.com/t/hAItGO0sM4). Can you try applying the custom css codes below into your custom css file(JoomlaFolder/templates/yourCurrentTemplate/html/com_easyblog/styles/custom.css, create directory and file if it does not exist) and see how it goes? Thanks.

div#fd.eb .eb-navbar-left .fa:before {
line-height: inherit !important;
}
·
Wednesday, 01 March 2017 16:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Raymond,
The custom css you have suggested seems to work just fine
Regards
Peter
·
Thursday, 02 March 2017 15:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Peter,
You are most welcome. Glad to hear that your issue has been resolved now.
If you have any other issues, feel free to start a new thread so we can assist you. I will lock and mark this thread as resolved.
·
Thursday, 02 March 2017 16:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post