Home › Forums › Basel support forum › How to change footer logo size How to change footer logo size This topic has 3 replies, 3 voices, and was last updated 6 years, 8 months ago by Artem Temos. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 23, 2018 at 1:55 am #48198 hsianglin21Participant Hi, May you advise how to change footer logo size? Thank you. March 23, 2018 at 8:55 am #48269 Elise NoromitMember 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 March 23, 2018 at 3:07 pm #48365 hsianglin21Participant 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. March 24, 2018 at 10:35 am #48458 Artem TemosKeymaster Hello, Try to replace that code with this one .footer-widget.widget_text .textwidget img { max-width: 150px!important; } Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register