Title: Bigger Logo
Last modified: August 31, 2016

---

# Bigger Logo

 *  Resolved [martacabido.sa](https://wordpress.org/support/users/martacabidosa/)
 * (@martacabidosa)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/bigger-logo-3/)
 * Hi,
    i would like to know how can i set the logo bigger in the header of my site.
 * Thank you,
    Marta

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

 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/bigger-logo-3/#post-7020787)
 * Hello,
 * The only way to change header logo size is inside _Maskitto Light Options > Header_
   and change the header layout where the logo is bigger.
 *  [tjvance](https://wordpress.org/support/users/tjvance/)
 * (@tjvance)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/bigger-logo-3/#post-7021015)
 * I was able to make the logo size larger from editing the CSS in Google Chrome
   by changing the max-height like this.
 * .header-layout-standard-large .navbar-brand img {
    max-height: 80px!important;
   margin: -14px 0!important; }
 * but when I tried to make the change permanent by adding it to the CSS Code section
   in settings it would not take. I think it has something to do with overriding!
   important.
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/bigger-logo-3/#post-7021018)
 * Hello,
 * This should work:
 *     ```
       body .header-layout-standard-large .navbar-brand img {
       max-height: 80px!important;
       margin: -14px 0!important;
       }
       ```
   

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

The topic ‘Bigger Logo’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/maskitto-light/3.4.0/screenshot.
   png)
 * Maskitto Light
 * [Support Threads](https://wordpress.org/support/theme/maskitto-light/)
 * [Active Topics](https://wordpress.org/support/theme/maskitto-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/maskitto-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/maskitto-light/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/bigger-logo-3/#post-7021018)
 * Status: resolved