Remove centering from home page

Discussion in 'ToomMorel WordPress Theme' started by joanmarie1701, Jul 10, 2013.

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

    joanmarie1701 Guest

    Joined:
    Dec 28, 2011
    Messages:
    2
    Likes Received:
    0
    For the home page intro, all the text is centered. I wish to have only the headline centered and the rest of the text left justified. How do I do that? http://northerncushions.com
    Thanks,
    Joan
     
  2. Piyush

    Piyush Support Staff

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

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

    Code:
    .content_wrapper h5 {
    text-align: left;
    }
    This will solve your issue.
     
  3. joanmarie1701

    joanmarie1701 Guest

    Joined:
    Dec 28, 2011
    Messages:
    2
    Likes Received:
    0
    It worked! Thanks very much!
    Joan
     
Thread Status:
Not open for further replies.

Share This Page