• I’d like to downsize my logo, but keep it centered.

    When I use :
    .site-logo{
    float: center ;
    width:10%;
    }

    The logo is indeed resized but it is moved to the left. I can move it to the right if I want, but I am not able to center it anymore.

    Thanks for your help

    Benjamin
    https://www.durocketdescarottes.fr

Viewing 1 replies (of 1 total)
  • Hi,
    Remove the float.

    .site-logo{
    width:10%;
    }

    Alternately, why don’t you upload a logo of the right size? Resize using any image editor. Loading speed will improve.

Viewing 1 replies (of 1 total)
  • The topic ‘Resize logo while keeping it centered’ is closed to new replies.