Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #474070

    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

    #474188

    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

    #474676

    Hallo Yigit

    My Site is http://www.cs-tierfotografie.de/

    Header is 114px and Logo is insert full size (800 x 128px)

    Conny

    #474690

    Hey!

    Please do try instead of 114 to make it 150 and let me know if it looks better

    Regards,
    Basilis

    #474728

    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

    #474928

    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

    #475150

    Thank you very much, it works

    Regards,
    Conny

    #475248

    Hi!

    Glad we could help :-)

    Cheers!
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Logo vergrößern’ is closed to new replies.