Okay
  Public Ticket #1512202
Logo size in the header
Closed

Comments

  • Stephan started the conversation

    Hello. Is it possible to determine the logo size in the header exactly? I want a different size for the desktop version than for the mobile view.

    Thanks and Greetings
    Stephan

  •  1,823
    Support replied

    Hi Stephan,

     it can be done with CSS media queries.

    #logo img {
        height: 60px;
    }

    this is the normal logo size

    @media only screen and (max-width: 767px) {

        #logo img { height: 60px; }

    }

    and this is the logo for devices with max screen width of 767px

    of course change the size (60px) and add the code to  theme options -> styling options -> custom CSS

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy