Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #430641

    hello,

    i like to achieve this effect with enfold. but don’t know how.

    The logo in the header should overlapse. i think it’s done with position:absolute – but i didn’t get it to work. Thx 4 help!

    #431097

    Hi kopf-und-stift!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #431439

    hello,

    website is now online under:

    http://data-family.de/

    #431886

    Hey!

    Please try the following in Quick CSS under Enfold–>General Styling:

    div .logo {
      bottom: -20px !important;
    }

    Regards,
    Rikard

    #431920

    hey thank you! but i also want to “make the logo bigger” ;)
    but i got it now with this code:

    div .logo {
    bottom: 7px !important;
    max-height: 102px;
    }
    .logo, .logo a {
    overflow: inherit;
    }
    .logo img {
    width: 102px;
    max-height: 108px !important;
    }

    THX!

    #431983

    Hi!

    You are currently displaying your logo at its fullsize. If you would like to make it even bigger, please upload a bigger logo :)

    Regards,
    Yigit

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