Okay
  Public Ticket #1026004
header logo
Closed

Comments

  • darren started the conversation

    I have used a vertical logo on my site. Is it possible to change the orientation of it to horizontal when its responsive on mobile. 


    thanks

  •  1,815
    Support replied

    Hello,

    only if you change the dimensions of the logo image in media query for mobile:

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

          #logo img {

                 height: auto;

                margin-top: 10px;

                margin-left: 25px;

                padding: 20px 0;

               width: 50px;

         }

    }

    in theme options -> styling options -> custom css

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy