I am trying to use a picture (sized 960x100px) as a header. I uploaded it as a logo and display – logo center, menu below. In principal that worked, but the logo width can be only up to 515px. I like to use it wider. I would appreciate your help.
Merhabalar Banu!
Please upload preferred logo in Enfold theme options and then remove following code from Quick CSS
.logo img {
height: 100px;
width: 515px;
}
and add following code instead
.html_header_top.html_logo_center .logo {
left: 10%;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
Best regards,
Yigit
Hello,
I was trying to use the same code for using a picture (sized 960x100px) as a header. However this time it is not working.
I would be glad if you could help me to solve the issue.