Wrap Feature Text on Homepage

Discussion in 'BizWay WordPress Theme' started by vinylrevolution, Dec 11, 2012.

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

    vinylrevolution New Member

    Joined:
    Dec 10, 2012
    Messages:
    29
    Likes Received:
    0
    I would like to wrap the text on the feature section of the homepage so that it is all aligned. Right now it is wrapped to be aligned left. I want it to be wrapped to be straight on both sides. See images:

    Picture 2.png
    I'd like the text to be wrapped like it is on this page:

    Picture 3.png
    Your help is much appreciated. Thanks!
     
  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:
    .main-content p{
    text-align:justify;
    }
     
  3. vinylrevolution

    vinylrevolution New Member

    Joined:
    Dec 10, 2012
    Messages:
    29
    Likes Received:
    0
    Worked. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page