• Hi I started working on using the motion theme.

    the way it is it has a small graphic logo something like 50×50 pixels and then it has a text for the title of the site.

    what I would like is to just use a single png file as a logo that will be bigger something like 250 x 110 or bigger, and no text title.

    Here is the example you can see of a work in progress.

    https://www.nomadikal.com/wordpress-1/

    Thanks !

Viewing 1 replies (of 1 total)
  • In style.css around line 243, adjust the height and width of the img:

    #header #logo img {
      float:left;
      height:110px;
      margin:5px 10px 10px 0;
      width:250px;
    }

    And, take the logo out of your background image.

Viewing 1 replies (of 1 total)
  • The topic ‘I am trying to change the size of the logo on this site, how?’ is closed to new replies.