Hide video and increase testimonial width to cover the video area

Discussion in 'Dzonia WordPress Theme' started by deveshd, Sep 19, 2013.

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

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Hi: How do I hide the video widget/ feature and double/increase to testimonials width so have testimonials section cover the video area after hiding video. How do i do that?
    URL:http://webworxworld.com/client-demo2/

    Screen shot 2013-09-19 at 3.44.55 PM.png
     
  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:
    .featured_content .column-three.sub .col3 {
    display: none;
    }
    .featured_content .column-three.sub .col31 {
    display: run-in;
    }
    .featured_content .column-three.sub .col31 {
    display: run-in;
    width: 73%;
    }
     
    .testimonial_holder {
        width:700px;
    }
    .testimonial_holder .testimonial-list {
        width:700px;
    }
    This will solve your issue.
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Works thanks!
     
Thread Status:
Not open for further replies.

Share This Page