Hi
I need my logo image to span the top of my screen (it is in fact three logos which have to be at the top, but I combined them into one image). I cannot seem to get it to work. The height is 156px. The width is 1700px – please let me know if this is too wide.
:-)
Hey studiovene!
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;
}
Then go to Enfold theme options > Header and set header height to 156px
Regards,
Yigit
Thanks Yigit! It works. For some reason it is aligning left and not at the centre at the top. I uploaded the image as 1700px x 156px but it seems
to display at 958px wide. Can you help?