Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #126374
    duanepalmer
    Participant

    How do you increase the Site Logo picture size? When I add the logo under site Identity, it will only use a 150×150 size logo. I would like to use a full size logo.

    #126399
    tikaram
    Participant

    @duanepalmer : Go to Appearance => Customize => Additional css and add the following css.

    .custom-logo {
    	max-width: 100%;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #144757
    fabiodordoni
    Participant

    Hi Guys,

    about this topic, I’m trying to increase the logo dimensions in my High Responsive theme but I’m enable to find the “right line” where change the value.
    I tryed to change .custom-logo {
    max-width: 100%;
    }
    But no effects…
    Can you please suggest something? Definetly I’m doing something wrong…
    Thanks in advance
    Regards from Italy
    Fabio

    #144869
    tikaram
    Participant

    @fabiodordoni : Please post in your site URL so that I can provide you the css to fix the issue.

    Regards,
    Tikaram

    #144870
    fabiodordoni
    Participant

    Hi Tikaram,

    thanks for your reply.
    Website is :http://www.newinduction.it

    Thanks in advance
    Best Regards
    Fabio

    #144949
    tikaram
    Participant

    @fabiodordoni : Go to Appearance => Customize => Additional css and add the following css.

    .custom-logo{
    	max-width: 35% !important;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #144982
    fabiodordoni
    Participant

    Hi Tikaram,

    thanks for your help and support.
    The logo now is perfect!

    Thanks again and Regards from Italy

    Fabio

    #145010
    tikaram
    Participant

    @fabiodordoni : Glad to know that the issue has been resolved.
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/high-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How do you increase the Site Logo picture size? It will only use 150×150.’ is closed to new replies.