Title: Moving/Resizing Logo
Last modified: February 26, 2019

---

# Moving/Resizing Logo

 *  Resolved [almatric](https://wordpress.org/support/users/almatric/)
 * (@almatric)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/moving-resizing-logo/)
 * I’m trying to add a logo, but I’d like it to be on the left side of the screen
   and larger than the miniscule logo that the theme puts up. I’ve used the following
   css to try and enlarge the logo:
    .custom-logo-link img { max-height: 400px; }
   But, it looks like it maxes out around 250 px or so. I haven’t found any css 
   to reliably move the logo to the left.
 * I appreciate any and all help you kind folks might give me!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmoving-resizing-logo%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [seosbg](https://wordpress.org/support/users/seosbg/)
 * (@seosbg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/moving-resizing-logo/#post-11252656)
 * Hello Almatric,
 * See below but this is not a good practice. Maybe we will add the option in the
   next version 🙂
 * /* Position Left */
    .grid-top .header-right { left: 140px; }
 * /* Size */
    .grid-top .header-right img { height: ?px; width: ?px; }

Viewing 1 replies (of 1 total)

The topic ‘Moving/Resizing Logo’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/the-score/1.3.1/screenshot.jpg)
 * The Score
 * [Support Threads](https://wordpress.org/support/theme/the-score/)
 * [Active Topics](https://wordpress.org/support/theme/the-score/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/the-score/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/the-score/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [resize](https://wordpress.org/support/topic-tag/resize/)

 * 1 reply
 * 2 participants
 * Last reply from: [seosbg](https://wordpress.org/support/users/seosbg/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/moving-resizing-logo/#post-11252656)
 * Status: resolved