How to change footer logo size
-
Hi,
May you advise how to change footer logo size? Thank you.
Hello,
You can try two ways: the first one is using CSS as follows:
.footer-widget .widget_text .textwidget img {
line-height: 1.6;
max-width: 100px;
display: block;
}
The second way is to upload an image of smaller size.
Best Regards
Hi, could you send me a revised CSS script because the one you sent was not working at all (has no change at all despite many values changes) and i prefer to change in CSS to test and see the logo size than changing the image itself.
Thank you.
Hello,
Try to replace that code with this one
.footer-widget.widget_text .textwidget img {
max-width: 150px!important;
}
Regards