Centering Feature column Heading

Discussion in 'ColorWay WordPress Theme' started by presotto, Aug 22, 2013.

  1. presotto

    presotto Guest

    Joined:
    Nov 6, 2012
    Messages:
    22
    Likes Received:
    1
    How do I center the feature column headings?

    --------------------------------------------------

    Hello,

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


    Code:
    #content .one_fourth h3 {
    text-align: center;
    }
     
  2. 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:
    #content .one_fourth h3 {
    text-align: center;
    }
     

Share This Page