How Do I Change the Logo Size in WordPress CSS?
on 24 August, 2022
No Comments
Logo size can be changed in WordPress with a few simple CSS rules. To change the logo size in WordPress, open up your style.css file and add the following code:
.site-logo {
max-width: 100%;
}
You can also change the logo size on a per-page basis by adding the following code to the header.php file:
.