Header Image size resolution too low

Home Forums Gillion Theme Header Image size resolution too low

Home Forums Gillion Theme Header Image size resolution too low

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Terrence
    Participant

    Hi,

     

    I recently installed this theme and love it.  One thing, though can you set it so that there is an option for the header logo to be a standard size no matter how large the source file is? The max size you recommend width wise is 250px and my logo just does not look good at 250 px actual resolution.

     

    If I upload a larger image, the logo is too large and then the layout looks bad.

     

    I would like to be able to upload a higher quality image say, 600 width but have it display at 250px so the resolution looks cleaner.  Can you let me know if this possible for you to fix?  This is a great theme, but the logo is super important and not too thrilled about this.  I really don’t want to have to do it myself since I paid for the theme. It would be great if you can help. Thank you.

    Solution for this topic

    Hi @Terrence,

     

    I hope you are well today and thank you for your question.

     

    Instead of restricting logo image height if you want to restrict only its width to 250px then you can do so by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .header-logo img {
        max-height: 100%;
        max-width: 250px;
    }

     

    Best regards,
    Shufflehound team

    Terrence
    Participant

    Thank you, this works much better. You can mark this resolved if you like.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)