Centering & Justifying Homepage Feature 2 Section

Discussion in 'Dzonia WordPress Theme' started by elenhardt, Apr 9, 2013.

  1. elenhardt

    elenhardt New Member

    Joined:
    Nov 25, 2012
    Messages:
    18
    Likes Received:
    0
    Hi,

    I'd like to have two images on either side of the sliding testimonial in featured section 2; however, I'd like for these images and the testimonial to be centered and evenly spaced. Right now the testimonial section is left of center.

    billumvideo.com

    Thanks for your help!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .testimonial_holder {
    margin-left:26px;}
    .featured_content .column-three.sub .last_featureimg {
    margin-left: 90px;}
     

Share This Page