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

    Hey studiovene,

    Thank you for the inquiry.

    The logo looks the same on both pages, although the header on the home page is transparent. Would you mind providing a screenshot of the issue? Please use imgur or dropbox for the screenshot.

    Best regards,
    Ismael

    #1344869

    if you got a height on 150px for the header height – and you like to have the logo on a height of 200px the percentual growth is at aprox. 133%

    So try :

    #top.page-id-15 .logo, 
    #top.page-id-15 .logo a {
      overflow: visible;
    }
    
    #top.page-id-15 .logo img {
      height: 133%;
      max-height: 200px !important;
    }

    if your page-id-15 is the home page you can replace #top.page-id-15 with #top.home

    The overflow will ensure that the logo is over the content.
    This method will work even with shrinking header – see f.e.: here: https://pirol-hifi.de/

    #1344945
    This reply has been marked as private.
    #1344948

    Hi,

    We are happy that @Guenni007 helped you out! Let us know if you have any other questions and enjoy the rest of your day :)


    @Guenni007
    Thanks as always :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Need logo to extend past the menu area to overlap the content below.’ is closed to new replies.