Hi,
Display Theme : How do I insert a picture (small logo) in to the footer?
Hi,
Display Theme : How do I insert a picture (small logo) in to the footer?
Hey,
I'd use a text widget in the footer widget area. Use following html code (with the text widget) to display the logo/image:
<img src="your-logo.png" title="" alt="" />Is there a way to have the image centered in the widget? I knew to add the html code to the text widget, but it's off-center towards the right. I have the Flashlight theme and am trying to have a tag line image in the left sidebar.
Oh, and is there any way to have this widget above my site menu?
Thanks! LOVE this theme!
ETA - Neglected to say that I made the image 200 px based on the width of the logo image, as stated by the theme. :)
You can try to center the image with the aligncenter class - use it like:
<img src="your-logo.png" title="" alt="" class="aligncenter" />Hmm... Didn't work. I'll try to resize the image. Perhaps there is a size restriction within a widget? Thanks for the quick reply, though! :)
Well, resized to 180 width and voila, it looks perfect now. Thanks again!
Glad that it works now :)
You must log in to post.