oh and thanks in advance 🙂
Plugin Author
Kerry
(@bluenotes)
Your theme is also using flexslider which is overriding some of the testimonial css. Try adding the following to your theme’s custom css area or style.css file:
.bne-testimonial-slider.flexslider .flex-direction-nav {
top: auto !important;
left: auto !important;
}
.bne-testimonial-slider.flexslider {
float: none !important;
}
.bne-testimonial-slider.flexslider .slides > li {
height: auto !important;
}
is there a certain section I need to add this in style.css? sorry, not a computer person…
Plugin Author
Kerry
(@bluenotes)
At the end would be fine so that you know where it is. If you’re using a child theme then that would be the best location so that you’re not making changes to the parent theme. There are also a number of free css plugins available here on the repo that you could add this into such as this one, https://wordpress.org/plugins/simple-custom-css/
well, I put it in the end of style.css and no change…
never mind, it worked 🙂 thank you so much, appreciate your quick and awesome help!!!! we’ll be upgrading once we get more testimonials!
Plugin Author
Kerry
(@bluenotes)
Awesome glad to hear it works 🙂