Home Forums Basel support forum How to change footer logo size

How to change footer logo size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48198

    hsianglin21
    Participant

    Hi,

    May you advise how to change footer logo size? Thank you.

    #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

    #48365

    hsianglin21
    Participant

    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.

    #48458

    Artem Temos
    Keymaster

    Hello,

    Try to replace that code with this one

    .footer-widget.widget_text .textwidget img {
        max-width: 150px!important;
    }

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)