Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #691933

    Hi dear Kriesi-team,
    I have added an image in a header widget. The image looks perfect as it is, but it seems to invisibly overlay part of the menu on the left. The look and size of the image is perfect, but I can´t activate the menu buttons on the left side. Can you please check, as I don´t find the bug. Thank you so much.
    Best regards.
    Claudia

    #692687

    Hey Claudia,

    I changed z-index to 2 in following code

    #header .widget {
      left:0%;
      padding-top: 0;
      margin-top: -10px;
      position: absolute;
      top: 0;
      transform: translate(-10%);
      z-index: 2;
    }

    Please review your website now

    Best regards,
    Yigit

    #692867

    Hi Yigit,
    thanks for your help. The menu is working now. But is there a possibility to have the image overlaying the grey background of the menu row, without disabling the menu buttons? Now the bird looks a little sad without legs… :(
    Your advice is really appreciated!
    Best regards. Claudia

    #692900

    Hi!

    I changed the code to following one

    #header .widget {
      left:0%;
      padding-top: 0;
      margin-top: -10px;
      position: absolute;
      top: 0;
      transform: translate(-10%);
      z-index: 3;
      padding-bottom: 0;
    }
    

    Bird should be a little bit happier now :)

    Regards,
    Yigit

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