Hi,
Some of the titles on my site are being cut off on the bottom margin (usually decenders on g & y). See here: http://symbioticmarketing.co.uk/homepage/dev/
Hey!
This is maybe an issue with the font family. Did you try to select another google webfont?
Regards,
Peter
This is using standard Helvetica (no custom font)
Hello,
Can you point us to the page with the issue. I browsed through your website and I can’t find a single title that has been cut off.
Regards,
Ismael
I don’t know if it’s maybe a specific browser issue (safari for OS X 10.8) but it seemingly appears in all the icon boxes of which there are two on the homepage: http://symbioticmarketing.co.uk/homepage/dev/
Hi tocal,
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:
#top .iconbox_content_title {
line-height: 24px;
}
That will increase the line height for those and should fix it on your end.
Regards,
Devin
Perfect, thanks guys!