Title: How to decrease navbar width in Hestia Child theme
Last modified: May 25, 2020

---

# How to decrease navbar width in Hestia Child theme

 *  Resolved [ettahun](https://wordpress.org/support/users/ettahun/)
 * (@ettahun)
 * [6 years ago](https://wordpress.org/support/topic/how-to-decrease-navbar-width-in-hestia-child-theme/)
 * Hi!
 * I changed my logo image today to a larger file hoping that would increse the 
   size of the logo on my website.
 * Instead, when I uploaded the new file the logo shrinked and was barely visible.
 * So I added some CSS to increase the logo size but that also increased the width
   of the navbar which now blocks out a large portion of my page.
 * How can I adjust the width of the navbar to match my current logo size?
 * I am using the Hestia Child theme.
 * Somebody please help me!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhow-to-decrease-navbar-width-in-hestia-child-theme%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Stefan Cotitosu](https://wordpress.org/support/users/stefancotitosu/)
 * (@stefancotitosu)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-navbar-width-in-hestia-child-theme/#post-12992787)
 * Hi [@ettahun](https://wordpress.org/support/users/ettahun/),
 * It is possible to increase the logo size to make it more clear, however, this
   will also increase the navbar height.
 * You can add the following code in the Additional CSS editor within the Customizer
   and adjust the value of 70px as you want.
 *     ```
       .navbar .navbar-header .navbar-brand img {
           max-height: 70px;
       }
       ```
   
 * Best regards,
    Stefan

Viewing 1 replies (of 1 total)

The topic ‘How to decrease navbar width in Hestia Child theme’ is closed to new 
replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Stefan Cotitosu](https://wordpress.org/support/users/stefancotitosu/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-navbar-width-in-hestia-child-theme/#post-12992787)
 * Status: resolved