Feature Section Text

Discussion in 'GoldenEagle WordPress Theme' started by mightypizzaoven, Dec 16, 2012.

Thread Status:
Not open for further replies.
  1. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Hello,

    How can I change the 4 Feature sections text from left justify to full justify,

    I tried this in sstyling option but it didn't work


    .main-content p{
    text-align:justify;
    }
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .feature-box-inner.first p {
    text-align: justify;
    }
     
  3. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Thanks... this worked for the first feature area, I removed .first to make it work for all 4 section areas


    .feature-box-inner p {
    text-align: justify;
    }


    Please confirm if this acceptable

    Thanks
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-content .feature-box-inner p{
    text-align: justify;
    }
    This will solve your issue.
     
  5. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page