Adjusting Testimonial Width

Discussion in 'Themia WordPress Theme' started by jblazott, Apr 24, 2013.

  1. jblazott

    jblazott New Member

    Joined:
    Oct 5, 2012
    Messages:
    1
    Likes Received:
    0
    In Themia Pro, where can I adjust the width of the testimonials box?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .testimonial_bg .testimonial{
    width:400px;
    }
    Adjust its value as per your requirements.
     

Share This Page