First, just a note to say I have not used a better theme before. Thank you for creating such a useful and powerful theme.
If a ‘list item content’ is blank, the ‘list item title’ text appears a bit cut off on the web page when viewed using the Firefox and IE browser. You can view the issues at http://www.myacademe.com using Firefox and IE. Everything displays properly if the ‘list item content’ is not blank.
Thanks
Bosco
Hi Bosco,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.avia-icon-list .iconlist_title {
line-height: 13px;
}
Regards,
Devin