Okay
  Public Ticket #1986332
coming soon mode not responsive?
Closed

Comments

  •  20
    Hilke started the conversation

    Hello, 

    I uploaded a logo in custom Logo ( coming soon mode) On mac screen it is shown perfect but in mobile device it is cut of. Is this mode not responsive?

  •  1,559
    Laborator replied

    Hi there,

    Can you try adding this CSS to Custom CSS > Responsive > Extra Small (XS):

    .coming-soon-container .header-logo.logo-image {
      width: 250px;
      height: auto;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  20
    Hilke replied

    OK!

    Works perfect! Thanks