Text cut off in Home Page Feature Area

Discussion in 'Blackriders WordPress Theme' started by cholcombe, Oct 12, 2013.

  1. cholcombe

    cholcombe New Member

    Joined:
    Oct 12, 2013
    Messages:
    19
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    feature_inner_box.fourth {
    margin-left: 55px;
    }
    This will solve your issue.
     
  3. cholcombe

    cholcombe New Member

    Joined:
    Oct 12, 2013
    Messages:
    19
    Likes Received:
    0
    Thanks for your response, however, after applying the above referenced fix, the text is still being cut off :(
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_inner_box p {
    padding: 9px;
    }
    Adjust its value as per your requirements.
     

Share This Page