Title: Keep logo same size when scrolling
Last modified: August 31, 2016

---

# Keep logo same size when scrolling

 *  Resolved [CalamityJaneAgain](https://wordpress.org/support/users/calamityjaneagain/)
 * (@calamityjaneagain)
 * [10 years ago](https://wordpress.org/support/topic/keep-logo-same-size-when-scrolling/)
 * Can you tell me where I can make the logo stay the same size when scrolling.
 * Many thanks

Viewing 1 replies (of 1 total)

 *  [Jaroslav Svetlik](https://wordpress.org/support/users/jerryscg/)
 * (@jerryscg)
 * [10 years ago](https://wordpress.org/support/topic/keep-logo-same-size-when-scrolling/#post-7320433)
 * Hell there,
 * You can do it manually by editing theme core file which is located at:
    `wp-content/
   themes/agama/framework/admin/customizer.php`
 * Edit file and find on line 1535 next code:
 *     ```
       #masthead .sticky-header-shrink .logo {
       		max-height: 65px !important;
       	}
       ```
   
 * and replace it with:
 *     ```
       /*#masthead .sticky-header-shrink .logo {
       		max-height: 65px !important;
       	}*/
       ```
   
 * After this change logo will keep same size when scrolling.
 * Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Keep logo same size when scrolling’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Jaroslav Svetlik](https://wordpress.org/support/users/jerryscg/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/keep-logo-same-size-when-scrolling/#post-7320433)
 * Status: resolved