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

    Hello,

    how can i change the logo size für 17″ Laptops via media query?

    Thank you for helping

    #1117147

    Hey Stefan,

    Do you need bigger or smaller?

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1117457

    smaller would be nice. Link is in privat content

    #1117589

    Hi Luisgasser,

    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 (min-width:1440px){
        .logo, .logo a {
            height: 85%;
        }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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