Home › Forums › Basel support forum › How to change footer logo size › Reply To: How to change footer logo size
March 23, 2018 at 8:55 am
#48269
Elise Noromit
Member
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