Fix Text Cut Off

Discussion in 'Dzonia WordPress Theme' started by lmzanchi, Jan 31, 2013.

  1. lmzanchi

    lmzanchi New Member

    Joined:
    Jan 18, 2013
    Messages:
    2
    Likes Received:
    0
    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?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    '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.
    [​IMG]

    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.
     

Share This Page