Header - adjusting logo size

Home Forums Jevelin Theme Header – adjusting logo size

Home Forums Jevelin Theme Header – adjusting logo size

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

    Hi

     

    I’m using the construction version of Jevelin theme and am somehow having a nightmare trying to resize the company logo in header!

     

    Website: http://dpc.apps-1and1.net/

     

    I assume I’m missing something glaringly obvious…I’ve tried resizing the logo using Gimp and WP edit tools but it seems to default to the large size.

     

    Thanks!

    Solution for this topic

    Hi @Thabit2017,

     

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

     

    You can resize it 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

     

    #page-container .header-logo img {
        max-height: 150px;
    }

    Please change the size 150px in the above code to increase / decrease the logo size.

     

    Best regards,
    Shufflehound team

    Thabit2017
    Participant

    PERFECT! Thank you very much

    You are most welcome here 🙂

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