Okay
  Public Ticket #1624181
Logo height settings
Closed

Comments

  •  1
    Carrie started the conversation

    Hi, where do I adjust the logo height/size for both desktop, scroll and mobile devices?

    Thanks in advance

  •  2,010
    Ocean replied

    Hi,

    Now there is no any option to adjust logo height/size.

    You can add css code to change.

    But i saw your website is good now.

  •  1
    Carrie replied

    Hi, I would like to adjust the mobile size. CSS please?

    Regards

  •  2,010
    Ocean replied

    css code:

    @media only screen and (max-width: 991px){
        #logo img{ height: 80px; }
    }