Title: Header logo Image responsive
Last modified: August 22, 2016

---

# Header logo Image responsive

 *  Resolved [jorgepecora](https://wordpress.org/support/users/jorgepecora/)
 * (@jorgepecora)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/header-logo-image-responsive/)
 * Hello: I’m using your beautiful theme Unite, I put a logo in the header larger
   than 450px, so good on the big screen, but I want to be bailing on smaller screens.
   In Bootstrap 3 there is a class that makes responsive to all images, is .img-
   responsive is it possible to use this class in Unite and if it were so, as I 
   do? And if you can not that way, please tell me as you can. Thank you very much,
   The website is [http://complejomalike.com.ar/wp/](http://complejomalike.com.ar/wp/)

Viewing 1 replies (of 1 total)

 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/header-logo-image-responsive/#post-5198185)
 * No need to use that Bootstrap class and you can use this code instead. Add this
   code to Theme Options – Other – Custom CSS
 *     ```
       .site-branding.col-md-6 {
           width: 100%;
       }
       #logo img {
           max-width: 100%;
           height: auto;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Header logo Image responsive’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Silkalns](https://wordpress.org/support/users/silkalns/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/header-logo-image-responsive/#post-5198185)
 * Status: resolved