My working website is here: http://4rentlouisville.net/bsp/ The "Bill Stout Properties- Louisville's Leader In Real Estate Management" is cut off at the top of the I in the word "in." It's not the font size causing the problem, it's something else, probably the space needed for the lettering. How do I fix this?
'I' is not cut off there, it is the property of MankSans-Medium font that's why its look like cut off at the top. If you want to change the font then please follow the step given below. 1. Go to the Theme directory > js > custom.js and edit custom.js as shown in image. 2. Paste the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .home_text h1 { font-family: verdana; } At the place of 'verdana' you can put your font type. This will solve your issue. Thanks.