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

    Hello,
    I have the following css code to scale down the logo on a specific sreen size.
    Unforunatley this also scales down the shrinked logo.
    What can I do to make the shrinked logo always the same size?

    @media only screen and (max-width: 1110px) and (min-width: 990px) {
    
    	/* Logo verkleinern */
    	.responsive #top .logo img { max-width: 78% !important; padding-top: 15px !important; }
    }

    Best regards,
    Neverlands

    #831685

    Hey Neverlands,

    Please, may you provide to us your website link and the WP and FTP credentials?

    Best regards,
    John Torvik

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