Title: Add logo
Last modified: August 21, 2016

---

# Add logo

 *  Resolved [Dirtydeeds](https://wordpress.org/support/users/dirtydeeds/)
 * (@dirtydeeds)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/add-logo-4/)
 * Hi.
    Very impressed of the theme. Im just having one problem to solve 🙂 I added
   a logo to my site (in the header) but how do i do if i want the logo to change
   its size depending on the screensize? Right now its the same size on my cellphone
   as its on my computer…

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/add-logo-4/#post-4794115)
 * Did you upload your logo from the theme customizer (it will adjust its size on
   different screensizes)?
 * If not, please undo the changes and use the customizer.
 * [http://www.acosmin.com/documentation/justwrite/](http://www.acosmin.com/documentation/justwrite/)
 *  Thread Starter [Dirtydeeds](https://wordpress.org/support/users/dirtydeeds/)
 * (@dirtydeeds)
 * [12 years ago](https://wordpress.org/support/topic/add-logo-4/#post-4794292)
 * Yes i did
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [12 years ago](https://wordpress.org/support/topic/add-logo-4/#post-4794293)
 * Please post your website url
 *  Thread Starter [Dirtydeeds](https://wordpress.org/support/users/dirtydeeds/)
 * (@dirtydeeds)
 * [12 years ago](https://wordpress.org/support/topic/add-logo-4/#post-4794294)
 * [http://acdcmachine.com/wp/](http://acdcmachine.com/wp/)
 * _[Moderator note: Please post the website address without shortening it]_
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [12 years ago](https://wordpress.org/support/topic/add-logo-4/#post-4794295)
 * There might be a bug, I will fix it in the next update. A quick fix would be 
   to open functions.php and (line 402) find:
 * `echo '<img src="' . esc_url( $logo_image ) . '" alt="' . get_bloginfo( 'name').'"/
   >';`
 * Change it with:
 * `echo '<img src="' . esc_url( $logo_image ) . '" style="width: 100%;" alt="' .
   get_bloginfo( 'name' ) . '" />';`
 * Also, your logo is bigger than it should be, recommended width is 180px.
 *  Thread Starter [Dirtydeeds](https://wordpress.org/support/users/dirtydeeds/)
 * (@dirtydeeds)
 * [12 years ago](https://wordpress.org/support/topic/add-logo-4/#post-4794297)
 * Ok thanks.
    Now it looks better. It is much smaller than before but looks good
   on all screensizes. Can I get it any bigger? Or will it be a problem then?
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [12 years ago](https://wordpress.org/support/topic/add-logo-4/#post-4794306)
 * You could do it but I don’t recommend it.
 * Open `style.php`, find:
 *     ```
       .logo-image {
       	display: inline-block;
       	max-width: 180px;
       }
       ```
   
 * replace 180 with the size you want.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Add logo’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/justwrite/2.0.3.6/screenshot.png)
 * JustWrite
 * [Support Threads](https://wordpress.org/support/theme/justwrite/)
 * [Active Topics](https://wordpress.org/support/theme/justwrite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/justwrite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/justwrite/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [acosmin](https://wordpress.org/support/users/acosmin/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/add-logo-4/#post-4794306)
 * Status: resolved