HOW DO I CENTER THE MAIN HEADLINE?

Discussion in 'Cloriato WordPress Theme' started by gcbox, Mar 12, 2013.

  1. gcbox

    gcbox New Member

    Joined:
    Mar 11, 2013
    Messages:
    6
    Likes Received:
    0
    how can i center the main headline that sit just below the slider image? the type itself is centered, but not centered to the slider image?

    http://new.gcbox.com/
     
  2. 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:
    .home_text center {
    margin-left: 30px;
    }

    Adjust its value as per your requirements.
     

Share This Page