Okay
  Public Ticket #1792783
Logo Troubles
Closed

Comments

  • fromsaru started the conversation

    Hi!

    Let me start by saying that is the cleanest looking theme I have ever worked with! Amazing work. Everything is working smooth except for one thing. 

    My goal is to have a logo that is small but has a high resolution without clashing with the borders around it. The logo always ends up looking huge. 

    Is there a custom way to resize it? Or is there a way to upload a .svg file instead of .png? What are your thoughts?

  •  291
    Paul replied

    Hi there!

    Thank you so much for the kind words! I am happy you like it!

    For your question, you can use custom CSS to control the maximum width of the logo image like this:

    .logo-image {
        max-width: 30%;
    }
    

    You can put the code by going to "Appearance > Customize > Additional CSS".

    I hope it helps!

    Regards,
    Paul