• Resolved spanspek

    (@spanspek)


    I have seen 2 topics where the same issue was raised, but I can’t seem to solve mine.

    I have:

    1. Played around with the Custom css. 2 things happened, with the 1st css code the logo image didnt change. And with the other the logo size increased but the image was blurry.

    Code 1:

    .site-header .custom-logo {
    max-height: 80px;
    width: auto;
    }

    Code 2:

    .custom-logo
    {
    width: 250px !important;
    height: 100px !important;
    }

    2. Updated the code on the file: medzone-lite\inc\class-medzone-lite.php

    array(
    ‘height’ => 35,
    ‘width’ => 130,
    ‘flex-width’ => true,
    )

    Replace it with this one:

    array(
    ‘height’ => 35,
    ‘width’ => 130,
    ‘flex-width’ => true,
    ‘flex-height’ => true,
    )

    2. I have uploaded my logo in a bigger size (700×323)

    3. Cleared my cache.

    But still no avail.

    Anyone knows how else to tackle this?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @spanspek,

    Thank you for reaching out to us!
    I will need to take a look at your website in order to help.
    Could you please turn off the maintenance mode for a bit while I investigate?

    Thank you,
    Mihaela

    Hi!
    i m getting same issue, i want to increase logo height 80px instead of 35px
    Please help

    url of site is http://pawanbagra.info/hospital

    Hello @bagrapk,

    Please go to this file: medzone-lite\inc\class-medzone-lite.php and on lines 385-389 you will see this code:
    array(
    ‘height’ => 35,
    ‘width’ => 130,
    ‘flex-width’ => true,
    )
    Replace it with this one:
    array(
    ‘height’ => 35,
    ‘width’ => 130,
    ‘flex-width’ => true,
    ‘flex-height’ => true,
    )

    After you make this change, save the file and then go to your dashboard > remove the current logo and upload the larger image again.

    Best wishes,
    Mihaela

    Hi @mplusb,

    Thank you for instant reply.

    It’s working perfectly.

    Best Wishes

    Pawan Bagra

    • This reply was modified 4 years, 8 months ago by Pawan Bagra.

    Happy to hear that!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Increase Logo size (in Header)’ is closed to new replies.