How to left justify feature content

Discussion in 'BlackBird WordPress Theme' started by paddlingmama, Jun 11, 2013.

  1. paddlingmama

    paddlingmama New Member

    Joined:
    Mar 9, 2013
    Messages:
    3
    Likes Received:
    0
    I would like the content to be left justified rather than centered. Based on instructions found elsewhere in this forum, I added this to my stylesheet:

    Code:
    .feature-content-inner p{
    text-align:left;
    }
    However, it has not made any difference. Please advise.
     
  2. Gourav

    Gourav Support Staff

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

    Do let us know your website link.
     
  3. paddlingmama

    paddlingmama New Member

    Joined:
    Mar 9, 2013
    Messages:
    3
    Likes Received:
    0
  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-content-inner p {
    text-align: left!important;
    }
    This will solve your issue.
     
  5. paddlingmama

    paddlingmama New Member

    Joined:
    Mar 9, 2013
    Messages:
    3
    Likes Received:
    0
    Unfortunately, it did not. The text is still centered.
     
  6. Gourav

    Gourav Support Staff

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

    The code given above is exact code for your issue, Please check your site in another browser or clear your cache, This will solve your issue, If not then,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     
  7. Gourav

    Gourav Support Staff

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

    Issue resolved, Please check your website.
     

Share This Page