Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #322566
    pdelsa
    Participant

    I tried to add a logo, and I tried with different image dimension but it is always displayed at a fixed dimension.

    Is there the possibility to set which dimesion logo image must be set?

    Cheers,

    Paolo.

    #322629
    tikaram
    Keymaster

    @pdelsa : The recommended size for logo is 250 by 250 pixels. If you need to change the size of the logo it can be done with the additional css. Please post in your site URL along with the desired size so that I can provide you the required additional css.

    Regards,
    Tikaram

    #322635
    pdelsa
    Participant

    Hello,

    The URL is:

    https://www.paolodelsante.it

    I’would like to size the logo at 150×150 or 100×100…I need to try because I don’t want that logo goes over my personal image.

    Thank you.

    Regards,

    Paolo

     

    #322873
    pdelsa
    Participant

    Hello Tikaram,

    I’m available to pay for the CSS you would write for me. Just let me know if you agree and the cost.

    Thank you very much.

    Regards,

    Paolo.

    #322903
    tikaram
    Keymaster

    @pdelsa : To change the size of logo. Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .custom-logo {
      width: 100px;
    }

    You can change the value of width as desired. The above code will set the width of logo as 100px. You can change the value of width and add the custom css.

    Let me know if this helps you out.

    Regards,
    Tikaram

    #322910
    pdelsa
    Participant

    Hello Tikaram,

    thank you very very very much.

    Regards,

    Paolo.

     

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sizing Logo’ is closed to new replies.