Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #380827

    Hello,
    First of all i want to thank you all fort the great support you have given us so far. We are having a problem with the logo in our header. When you use the browser zoom the logo starts moving around, meaning it wanders to the left sight of the browser, while the menu and the content stay in the middle of the browser. Is there a way that I can get the logo to stay in position above the menu, when I zoom in and out of the page?

    #381139

    Hey LFD_Thueringen!

    It’s because of this custom CSS your using.

    .html_header_top.html_logo_center .logo {
      left: 350px;
      position: absolute;
      transform: none;
    }

    Since your logo is very large I recommend adding it to the header background instead.

    Best regards,
    Elliott

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