Home Forums Basel support forum How to change footer logo size Reply To: How to change footer logo size

#48269

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