In gs_style9 (and the other grid layouts) the featured images are not centering. Is there a way to fix this?
1 Answers
Hi Cliff, Can you please check the demo at http://testimonial.gsamdani.me/style-nine Image & texts are centered here. Can you send your site url to check?
Yes, thank you for your reply. The link is: http://dreamsfulfilledagents.com/WPTest/our-testimonials/
Hi, you can add this css to your style.css file .gs_style9 .gs_testimonial_single .box-image img { display: inline-block; }
thanks for the reply. I added it with the php everywhere plugin (I did not see the css file for the testimonials plugin) and it worked.