I am using Great Vibes as my H1 font. On the homepage, my titles for “Under New Ownership” and “Wedding Planning” below the full screen rotator are getting the very tops of the letters cut off. Any ideas what might be causing this?
strange. in firefox the font looks like arial. But in chrome i can see your problem.
You can use the following css code to fix the line height so it wont get cut off:
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
.page-id-58 .av-special-heading-tag {
line-height: 1.3em !important;
}
Nevermind, i just forgot to allow the script for the google fonts ^^’
Thanks! Worked great.