Resizing of the Logo in Krystal

This topic has 1 reply, 1 voice, and was last updated 5 years, 5 months ago by Spiracle Themes.

Viewing 1 reply thread
  • Author
    Posts
    • #1352


      Susana
      Guest

      Hi,

      The Logo appears to small on the website and I would like to resize it and make it bigger. Is it possible?

      Thanks in advance.

      Susana

    • #1354


      Spiracle Themes
      Guest

      Hi Susana,

      Try the CSS below

      header .custom-logo-link img {
      max-height: 75px;
      }

      @media only screen and (max-width: 767px){
      header .custom-logo-link img {
      max-height: 60px;
      }
      }

      You can increase or decrease the number 75 to get the desired height. Do not change the @media CSS max-height and it should be set to 60px for smaller devices.

      Copy and paste this in Appearance -> Customize -> Additional CSS

      Best Regards

Viewing 1 reply thread

Reply To: Resizing of the Logo in Krystal

Your information: