• Resolved mernaent

    (@mernaent)


    Hi I am unable to make the logo size bigger as its very small. Currently when uploading the logo it resizes the height to 30 px.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Macho Themes

    (@machothemes)

    @mernaent – it looks like the logo you’ve uploaded is only 35x35px. Could you please try uploading a bigger image size?

    @machothemes – I am experiencing the same issue. The logo is so tiny, hardly noticeable. If I upload a larger size logo, it appears blurry because it’s being blown up. How can I have a larger logo that is crisp and clear? What are the exact dimensions and resolution I should be using? Also, the logo needs to be clear and responsive on all devices. Thank you!

    My website is https://anewtomorrow.life/

    To help others out, this was the solution with the help of the author of the theme, thank you again for your help!

    To make the change, 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,
    )

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make the logo size bigger’ is closed to new replies.