Centre Headers

Discussion in 'Squirrel WordPress Theme' started by spoonboy90, May 28, 2013.

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

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Is it possible to centre the heading text and the descriptions under the images in the home pages 3 column section?

    Regards
    Jamie
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .feature-content .feature-item h3 {
    text-align: center;
    }
    .feature-content .feature-item p {
    text-align: center;
    }
    This solve your issue.
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Perfect Piyush

    Thank You
     
Thread Status:
Not open for further replies.

Share This Page