Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #581758

    Hallo,

    ich möchte auf einer Seite einen individuellen Header, den ich mit dem Logobild realisiert habe.
    Mit Firefox wird das genauso dargestellt, wie ich das möchte, bei Chrome ist das Bild viel zu klein,
    wird auf 100×300 Pixel verkleiner. Wo kann ich das ändern?

    meine Testseite auf der ich das gerade einrichte ist: http://die-detektive.tvg.de/

    Vielen Dank.

    #581762

    Hi tvgverlag!

    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;
    }
    #header_main > .container {
        margin: 0;
        padding: 0;
        width: 100%!important;
        max-width: 100%;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #582102

    Hi Yigit,

    great, thank you, that works. Really great, that I can relaxed post in German my problem here;) This is already my third website with Enfold. Our own website is also ready and to see under http://www.tvg-verlag.de

    Best Regards,
    Stefan

    #582204

    Hi Yigit,

    one problem but I have now found it with this setting: on a smart phone, the logo image will no longer be reduced enough.
    What can I do? Thanks

    Best Regards,
    Stefan

    #583107

    Hey!

    You might want to change the logo design on mobile: http://kriesi.at/documentation/enfold/change-logo-on-mobile/

    Best regards,
    Ismael

    #584539

    This works!, Thank You ;)

    best Regards,
    Stefan

    #585193

    Hi Stefan,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.