Hello again! I've got a link in a sidebar text widget with an image, and the image is being enlarged for some reason. I look forward to your help on this! *just realized the same thing is happening in the footer, although I have since pulled the images as a result http://speakg33k2me.com/the-locker/ Thanks!
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar img { width: auto; } .footer_wrapper_top .footer_widget img { width: auto; }
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar img { width: auto!important; } .footer_wrapper_top .footer_widget img { width: auto!important; }