Title: Full-width logo
Last modified: August 21, 2016

---

# Full-width logo

 *  Resolved [plmorpheus](https://wordpress.org/support/users/plmorpheus/)
 * (@plmorpheus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/full-width-logo/)
 * Hi, I’m trying to set a full-width logo on my site, but then when I trying to
   open that site on small device (ex. smartphone) the logo is not matched to screen
   width (I see part of it, rest is off the screen) but I noticed that when I continue
   decreasing width, at some point it automatically fits to screen size (width).
   Can you tell me how to set that logo to keep it fit to screen every time (not
   at some point)? Thx for help 🙂

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

 *  [Giulio Daprela](https://wordpress.org/support/users/daprela/)
 * (@daprela)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/full-width-logo/#post-4232582)
 * It’s a bit difficult to explain, a link to your website would help. In any case,
   it probably all depends on how the media queries on your theme are setup. Maybe
   the media query for the largest screen is set for a fixed size
 *  Thread Starter [plmorpheus](https://wordpress.org/support/users/plmorpheus/)
 * (@plmorpheus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/full-width-logo/#post-4232585)
 * Sorry, forgot the link 😀
 * [http://89.174.136.7](http://89.174.136.7)
 *  Theme Author [Themonic](https://wordpress.org/support/users/themonic/)
 * (@themonic)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/full-width-logo/#post-4232589)
 * For full width/large images. Paste this in custom.css
 *     ```
       .themonic-logo img {
           width: 100%;
       }
       ```
   
 *  [Giulio Daprela](https://wordpress.org/support/users/daprela/)
 * (@daprela)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/full-width-logo/#post-4232592)
 * try with this custom CSS
 *     ```
       .themonic-logo img{
          width: 100%;
       }
       ```
   
 * Let me know if it works
 *  Thread Starter [plmorpheus](https://wordpress.org/support/users/plmorpheus/)
 * (@plmorpheus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/full-width-logo/#post-4232593)
 * The simpliest explanations are the hardest ones 🙂
    Thanks for fast help 🙂
 *  [Giulio Daprela](https://wordpress.org/support/users/daprela/)
 * (@daprela)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/full-width-logo/#post-4232594)
 * We’ve come out with the same solution at the same time. That’s funny LOL 🙂
 *  Theme Author [Themonic](https://wordpress.org/support/users/themonic/)
 * (@themonic)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/full-width-logo/#post-4232597)
 * 😀

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

The topic ‘Full-width logo’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/iconic-one/3.3/screenshot.png)
 * Iconic One
 * [Support Threads](https://wordpress.org/support/theme/iconic-one/)
 * [Active Topics](https://wordpress.org/support/theme/iconic-one/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/iconic-one/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/iconic-one/reviews/)

## Tags

 * [banner](https://wordpress.org/support/topic-tag/banner/)
 * [full-width](https://wordpress.org/support/topic-tag/full-width/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [site logo](https://wordpress.org/support/topic-tag/site-logo/)

 * 7 replies
 * 3 participants
 * Last reply from: [Themonic](https://wordpress.org/support/users/themonic/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/full-width-logo/#post-4232597)
 * Status: resolved