Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1054115
    #1054867

    Hey Stephan,

    Thank you for using Enfold.

    You can use this css code to control the maximum height and width of the logo on mobile view.

    @media only screen and (max-width: 1024px) {
    .responsive #top .logo {
        height: 60px !important;
        width: 80%;
    }
    }

    Default height value is 80px.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.