I've uploaded an image to the media library. I've tried to copy and paste it in the testimonial section but that doesn't work. How can I set/attach the image so that it shows up in the testimonial section?
Hello, Copy image url that you have uploaded in the media library and add it in the code format given below. Code: <a href="ADD REDIRECT LINK HERE"><img src="ADD IMAGE URL HERE"></a> Paste code given above in the testimonial area. Thanks & Regards Nitesh Raghuwanshi
Thank you. The image is 192 x 76 and is to function as a button but it is taking up almost the entire testimonial section, almost as big as the slider. How can I adjust the image?
Hello, Could you please share us your website link so that we can able to provide you exact solution.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content img { width: auto; } This will solve your issue.