• Resolved KristinBrumley

    (@kristinbrumley)


    The logo seems to have disappeared from my website: Larp City Marketplace. 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

    (@kristinbrumley)

    As a follow-up, it appears that my top header navigation has also now disappeared, but only on desktop resolution.

    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.