Title: Mobile logo problem
Last modified: August 31, 2016

---

# Mobile logo problem

 *  Resolved [everythingred](https://wordpress.org/support/users/everythingred/)
 * (@everythingred)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-logo-problem/)
 * Hi, I’ve uploaded my logo and its the right size on my desktop but it’s way too
   big for mobile. I don’t even see all of it.
 * But if I make it any smaller, it looks scrunched up on desktop.
 * Can anyone offer any suggestions to where I could input some code here?
 * Thanks [http://pastebin.com/pNAH1LHk](http://pastebin.com/pNAH1LHk)

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

 *  [Raven Rodriguez](https://wordpress.org/support/users/h33domareres/)
 * (@h33domareres)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-logo-problem/#post-7001246)
 * I don’t think you can do it without PHP for example.
    Your site has to detect
   device.
 *  Thread Starter [everythingred](https://wordpress.org/support/users/everythingred/)
 * (@everythingred)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-logo-problem/#post-7001329)
 * Is there any plugin for that?
 * Not sure how to do PHP
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-logo-problem/#post-7001330)
 * [@everythingred](https://wordpress.org/support/users/everythingred/), You need
   to show us a Webpage with the issue, or replicate the issue in a sandbox like
   Codepen
 *  Thread Starter [everythingred](https://wordpress.org/support/users/everythingred/)
 * (@everythingred)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-logo-problem/#post-7001334)
 * [http://www.dorar.greenuphosting.com](https://wordpress.org/support/topic/mobile-logo-problem/www.dorar.greenuphosting.com?output_format=md)
 * It looks fine on Nexus 5 but on iPhone it doesn’t.
 * Thanks.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-logo-problem/#post-7001335)
 * Hmm what do you mean by ‘way too big’?
 *  Thread Starter [everythingred](https://wordpress.org/support/users/everythingred/)
 * (@everythingred)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-logo-problem/#post-7001339)
 * The logo covers the menu button on iphone 5. The logo and the menu button are
   both blue so you can barely see the menu button too
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-logo-problem/#post-7001344)
 * If you’re not using a Child Theme, and if the theme doesn’t have a section for
   CSS modifications then do the following:
    1. Install this Custom CSS Manager plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
    2. use its “CSS Code” [section of the dashboard](https://s.w.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=1288706)
       to hold your CSS modifications:
    3.  (put this code in)
    4.     ```
           @media screen and (max-width: 420px) {
               .top_nav .logo {
                   padding-right: 50px;
               }
       
               .top_nav .logo img {
                   height: auto;
                   max-width: 100%;
               }
           }
           ```
       
    5. Save
 * _Alternatively use your Child Theme style.css file to hold your CSS modifications_
 *  Thread Starter [everythingred](https://wordpress.org/support/users/everythingred/)
 * (@everythingred)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-logo-problem/#post-7001348)
 * I freaking love you!

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

The topic ‘Mobile logo problem’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 3 participants
 * Last reply from: [everythingred](https://wordpress.org/support/users/everythingred/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-logo-problem/#post-7001348)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
