Hi I would like to add this logo in a very small size to my footer of my web page. how do I do this? do I require a plugin? https://7f60326cdf-custmedia.vresp.com/library/1354616143/1e7911ddb5/REPS_BADGE_LOGO.jpg
Hello, You can add your images in the footer widget area. Go to the Appearance > Widget panel in your dashboard and then drag and drop the text widget in the first footer widget area and then paste the image code given below in the content area of that text widget. Code: <img src="https://7f60326cdf-custmedia.vresp.com/library/1354616143/1e7911ddb5/REPS_BADGE_LOGO.jpg" width="10%" height="auto"> You can adjust the value of "width" as per your requirement. See the link given below for reference http://screencast.com/t/lSrlX707I3 This will solve your issue.
Thank you Piyush, unfortunately it is showing oddly on my webpage. Please take a look www.cocoaspersonaltraining.co.uk
Hello, Image you are using is too big. Please use image of average size (300 x 300)px After that Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .textwidget img { width: 100px; height: auto; } You can adjust width according to your requirement.