Hello Ben, Go to the Appearance > Widgets panel in your dashboard and drag Text widget and drop it in the Footer Widget Area section and then paste the code given below in the content area of text widget. Code: <img src="Enter The URL Address of Logo Image Here "> See the image for reference, This will solve your issue.
Thank you Piyush, also can I link the image to another page or site using this method? Also, is there a way to know what size I should make my logo to fit that area so that it is not too big or small. Again thank you.
Hello, To link that image with another page, you can paste the code given below there instead of previous code. Code: <a href="Enter The URL Link Of Another Page "><img src="Enter The URL Address of Logo Image Here "> </a> You can use the logo image of dimension 265 x 176 pixels for the footer section, it will look better.
Last question on this the image and the title are not lining up with each other. the image or text is slightly off what is the best way to make sure these stay even or lined up with one another. Thank you. Ben
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer .footer_widget.last { margin-top: 48px; } Adjust its value as per your requirements. Thanks & Regards Gourav Shrivastava