• I have a logo in my twenty-eleven theme. I’m using a child theme. How can I prevent the logo from scaling with the page resolution?

Viewing 1 replies (of 1 total)
  • Target your logo class (or id) and assign its real specific width and height.

    Example:

    .mylogoclass { width: 250px; height: 75px; }

    But if by logo you mean theme’s header image, it’s not possible to do that without destroying responsiveness of theme layout.

Viewing 1 replies (of 1 total)
  • The topic ‘Prevent logo from scaling (being responsive)’ is closed to new replies.