Home Forums Theme support Skyline Theme – Testmonials Slider Questions Reply To: Skyline Theme – Testmonials Slider Questions

Hi Denise,

1. You can solve this with just some lines of css code. Please insert this in Wp admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

.testimonial_content {
 padding-left:0;
}
.testimonial_entry_img + .testimonial_content {
 padding-left:120px;
}

2. Yes, you can add this code to the same textarea:

.testimonial_content {
 text-align:center;
}

3. No, I’m sorry, at the moment there is only the traditional slider for the testimonials…