Hallo
Ich habe schon alles versucht, aber mein Logo wird nicht größer / breiter
Im Quick css habe ich folgenden Code eingetragen
.logo img {
width: 900px !important;
}
Egal, was ich eingebe, es bleibt bei der Größe von 625 x 114 px und verändert sich nicht in der Breite.
Die Höhe kann ich einstellen, was aber nicht viel bringt.
Hat jemand eine Idee, woran das liegen könnte oder wo ich es ändern kann ?
Lieben Dank
Conny
Hallo Conny!
Can you please post the link to your website? Please make sure to go to Enfold theme options > Header and set header height to 114px and insert your logo in fullsize.
Best regards,
Yigit
Hallo Yigit
My Site is http://www.cs-tierfotografie.de/
Header is 114px and Logo is insert full size (800 x 128px)
Conny
Hey!
Please do try instead of 114 to make it 150 and let me know if it looks better
Regards,
Basilis
Hello Basilis
I`ve make the Header to 150 px (hight)
but it is the same
The Logo is not bigger than 625 px – no matter what i do
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo {
left: 43%;
-webkit-transform: translate(-38%, 0);
-ms-transform: translate(-38%, 0);
transform: translate(-38%, 0);
}
Regards,
Yigit
Thank you very much, it works
Regards,
Conny