I believe I have tried every solution available on the forum, but unfortunately, I am still unable to modify the size of the header logo. Can a moderator please have a look to see what I am obviously missing?
The logo dimensions are 980×163, however, it doesn’t appear anywhere near that size in the header, even after “all” of the proposed fixes.
Hi breakpoint!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.logo img, .logo {
width: 100%!important;
}
#header_main > .container {
margin: 0;
width: 100%!important;
}
Regards,
Yigit
Thank you!