Title: problem with testimonials scroller &#8230;.
Last modified: August 20, 2016

---

# problem with testimonials scroller ….

 *  [Matt](https://wordpress.org/support/users/mattyk50/)
 * (@mattyk50)
 * [14 years ago](https://wordpress.org/support/topic/problem-with-testimonials-scroller/)
 * as you can see, the scroller at the bottom of the page is not aligning, scrolling
   correctly, and im not sure which bit of code needs editing??
 * [http://www.quicksalehouses.co.uk](http://www.quicksalehouses.co.uk)
 * thanks for the help
    Matt
 * _[CSS moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please just post a link to your site.]_

Viewing 1 replies (of 1 total)

 *  [gizmofreak](https://wordpress.org/support/users/gizmofreak/)
 * (@gizmofreak)
 * [14 years ago](https://wordpress.org/support/topic/problem-with-testimonials-scroller/#post-2721317)
 * If I am getting your question correctly first part you are asking slider is not
   align on page and second part testimonials not scrolling well:
 * so here is what you need:
 * The template code or short code you are using to display you testimonial slider
   is in side ‘body_left’ class. you have put it in your page content if m not wrong.
   Try to put your template or short code in template out side ‘body_left’ and then
   align where you want:
 * To left use: float: left;
 * to center use : margin: 0 auto;
 * to right use: float right;
 * **Second part: **Testimonials not scrolling well
 * got to line number 2279 of your style sheet and change:
    _[ Modertator note: 
   Please surround code (CSS) with backticks or use the code button. ]
 *     ```
       #testimonials ul li {
           color: #868686;
           float: left;
           font-family: Cambria,serif;
           font-size: 17px;
           font-style: italic;
           height: 165px;
           line-height: 1.5em;
           padding-top: 25px;
           width: 494px;
       }
       ```
   
 * to
 *     ```
       #testimonials ul li {
           color: #868686;
           float: left !important;
           font-family: Cambria,serif;
           font-size: 17px;
           font-style: italic;
           height: 165px;
           line-height: 1.5em;
           margin: 0 4px;
           padding-left: 0;
           padding-top: 25px;
           width: 486px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘problem with testimonials scroller ….’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [gizmofreak](https://wordpress.org/support/users/gizmofreak/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/problem-with-testimonials-scroller/#post-2721317)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
