Center aligning text in first featured section

Discussion in 'Dzonia WordPress Theme' started by gvc2000, Dec 4, 2013.

  1. gvc2000

    gvc2000 New Member

    Joined:
    Jan 14, 2013
    Messages:
    4
    Likes Received:
    0
    Hi, thanks again, your code worked great in leaving me with only 2 columns for the first featured section. But it looks a bit weird and I think it would look better if each column was aligned to center. How can I go about doing that?

    Thanks

    http://randazzofuel.com/
     
  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:
    .inner_area {
    text-align: center;
    }
    This will solve your issue.
     

Share This Page