Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1066604

    Hey, I’ve centred my logo with nav items each side as per another thread on this forum so thank you for that.

    I now want the logo to overlap the header bar so that it sits a lot bigger than the header bar itself like below:
    header

    Our website is:
    Morning Sunshine

    • This topic was modified 5 years, 9 months ago by undervised.
    #1066703

    https://kriesi.at/documentation/enfold/logo/#overlap-logo-and-page-content

    it would be easier to style it if your logo hasn’t so much transparency left right.

    try:

    #top .logo,
    #top .logo a{
      overflow: visible;
    }
    
    .logo img {
        height: 160%;
        max-height: 145px !important;
        max-width: 300px !important;
    }

    for smaller screens it might be good to have media-querrie instructions.

    #1066705

    maybe a littel drop-shadow would be nice on logo img:

    .logo img {
        height: 160%;
        max-height: 145px !important;
        max-width: 300px !important;
        -webkit-filter: drop-shadow(1px 1px 1px #666);
        filter: drop-shadow(1px 1px 1px #666);
    }
    #1066869

    Hi,

    Thanks for helping out @guenni007, did you try that out and did you have any luck with it @undervised?

    Best regards,
    Rikard

    #1066906

    maybe this could be a good variant of your logo:

    it is transparent – but with background like menu background.

    and there is a little transparency between the image on top and the navigation – is it intentionally this way ? – if not :

    #wrap_all > img {
        vertical-align: top;
    }

    it will look like this :

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