Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1142558

    Hello,

    My logo size is at Enfold’s specifications, 640×312, and the header is set to “large”. It looks fine on desktop, but on mobile, it appears too small. How can I make the logo bigger for mobile displays?

    Thank you!

    #1142715

    Hey designyvr,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive .logo img {
          max-width: 115%;
          max-height: 100%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1142905

    Thank you very much for your help Victoria!

    #1142911

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo – make bigger on mobile devices’ is closed to new replies.