Testimonials using classic slider with navigation buttons above or below

I was using this tread to get some testimonials on my site. The example provided shows the arrow above the slide content (block quote) https://theme.co/apex/forum/t/testimonials-not-working/49829?u=reform
When i do it however, my arrows are on either side of the text and overlap it.

How can I have my buttons aligned above? Ideally, I would like it to looks like this example:

I can css the block quote how i want, it’s just the navigation arrows i am having trouble with

Thank you

Hi There,

Thank you for writing in, please add this to Theme Options > CSS

.flex-direction-nav {
	position: absolute;
    top: 0;
    right: 0;
}

If that did not work, please provide us a page URL where we can see the slider.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.