Title: Make logo bigger
Last modified: August 30, 2016

---

# Make logo bigger

 *  [Turk10000](https://wordpress.org/support/users/turk10000/)
 * (@turk10000)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-logo-bigger-1/)
 * Hi, Im new to wordpress. I’m using the longivity theme and really need to make
   the logo bigger. I see in the CSS where the logo is, and tried to add different
   things to make it bigger but i’m having no luck. any help would be appreciated…
   thank you

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-logo-bigger-1/#post-6688743)
 * Hey Turk10000,
 * How are you doing today?
 * Would you mind posting link to your site where I can see your logo so I can take
   a look and try to help with some custom CSS?
 * Cheers,
    Bojan
 *  Thread Starter [Turk10000](https://wordpress.org/support/users/turk10000/)
 * (@turk10000)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-logo-bigger-1/#post-6688746)
 * [http://www.qsgtech.com](http://www.qsgtech.com)
 * thank u
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-logo-bigger-1/#post-6688753)
 * Hey again Turk10000,
 * First I’d suggest cropping the logo image, as you can see in this screenshot 
   [http://screencast.com/t/oxscSLBNg](http://screencast.com/t/oxscSLBNg). As you
   can see there is a lot of space on the sides so increasing the size of the image
   with CSS would in one point probably push the the navigation in the second row.
 * With this being said your image holder has max with set to 390px which is preventing
   image from being bigger.
 * Changing that should allow you to increase the size of the logo. Please try adding
   the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .header-image {
           max-width: 390px;
       }
       ```
   
 * Increase the value to what ever suits you the most 🙂
 * Cheers,
    Bojan

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

The topic ‘Make logo bigger’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/make-logo-bigger-1/#post-6688753)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
