Comments 2Stan started the conversationJuly 27, 2021 at 8:02amI want to resize the logo that appears in my footer (way too big at the moment), but can't figure out how to do it. 3,278Austin repliedJuly 27, 2021 at 8:46amHi Stan,Please try this CSS. #footer-outer .widget.widget_media_image img { width: 150px; } Regards,1 Like 2Stan repliedJuly 27, 2021 at 8:48amHi Andrew, this worked! Thanks so much.1 Like Sign in to reply ...
I want to resize the logo that appears in my footer (way too big at the moment), but can't figure out how to do it.
Hi Stan,
Please try this CSS.
#footer-outer .widget.widget_media_image img { width: 150px; }Regards,
Hi Andrew, this worked! Thanks so much.