Make column titles central

Discussion in 'Cloriato WordPress Theme' started by imogen, Jan 23, 2014.

  1. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
    How would I make the 3 column titles central?

    Thanks!
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_content .featured h2 {
    text-align: center;
    } 
    This will solve your issue.
     

Share This Page