Title: Missing Logo
Last modified: August 30, 2016

---

# Missing Logo

 *  Resolved [KristinBrumley](https://wordpress.org/support/users/kristinbrumley/)
 * (@kristinbrumley)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/missing-logo/)
 * The logo seems to have disappeared from my website: [Larp City Marketplace](http://store.larpcityproject.com).
   The logo is set in the Theme Options and was working yesterday, but after posting
   a new holiday gifts page today it went missing. When I look at the code it simply
   doesn’t show up, so I don’t think it’s a CSS problem.
 * Any ideas?

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

 *  Thread Starter [KristinBrumley](https://wordpress.org/support/users/kristinbrumley/)
 * (@kristinbrumley)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/missing-logo/#post-6822036)
 * As a follow-up, it appears that my top header navigation has also now disappeared,
   but only on desktop resolution.
 *  [WSH90](https://wordpress.org/support/users/wsh90/)
 * (@wsh90)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/missing-logo/#post-6822230)
 * 1. Yeah you are right, the logo disappear when the logo position is center.
 * You can make change via css at _Theme Options_ > _Custom Css_ and add the code
   below:
 *     ```
       @media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and ( min--moz-device-pixel-ratio: 2),
       only screen and ( -o-min-device-pixel-ratio: 2/1),
       only screen and ( min-device-pixel-ratio: 2),
       only screen and ( min-resolution: 192dpi),
       only screen and ( min-resolution: 2dppx) {
           #page-header .container header .header-hgroup a.link-logo {
               display: block;
               width: 100%;
               margin: 0 auto
           }
       ```
   
 * This works on me. However this is a temporary solution, and final solution rely
   on the theme developer.
 * 2. I checked on my phone and it is not disappear, it change to dropdown list 
   with “Navigate to…” label. It is a common practice of layout design for responsive
   websites.

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

The topic ‘Missing Logo’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [WSH90](https://wordpress.org/support/users/wsh90/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/missing-logo/#post-6822230)
 * Status: resolved