Hello,
Our logo image appears distorted. It shows the logo more thin than it is. We load a logo with image and text as a jpg image. I add joint the real logo file. Hear you can see it right, but in our web is thin than this.
Thanks!

    Hi alceste

    I cannot see any image until now on your website, path for it seems to be wrong

      alceste Try add this to override.css file (don't forget to enable override from Template Options -> Advanced tab): :

      #gkLogo img{max-width: 300px !important;}

      and adjust value accordingly

      Kindly ensure to clear your browser cache if changes dont reflect.

        aman204 Hello. I¡m not sure to understand how adjust value, sorry. Where I can adjust value accordingly? It's a template option of configuration or you say that I adjust the logo image to width 300px? Thanks!

          alceste Hi. It's about a class You should add to override.css

          #gkLogo img{
          max-width: 300px !important;
          }

          Change the 300px width value to anything You need.

            Write a Reply...
            You need to Login to view replies.