Logo in fixed header landscape view mobile

This topic has 4 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Robert Hall

  • Avatar: chndr
    chndr
    Participant
    March 14, 2016 at 16:41

    Hi, is it possible to show the website logo in the fixed header on mobile devices? Just like this 8theme website?

    I have already fixed it with some css code and got the logo in portrait view but it wont appear in landscape view on my iPhone

    Kind regards,
    Chander

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    March 14, 2016 at 18:11

    Hello,

    Please add this code in custom.css file:

    @media (min-width: 481px) and (max-width: 767px){.fixed-header-area .fixed-header .logo-with-menu {
        display: table-cell !important;
        width: 200px !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: chndr
    chndr
    Participant
    March 14, 2016 at 23:03

    Thanks for the repley but it doesnt work for me.Portrait is good but no logo in landscape.

    Kind regards,
    Chander

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 15, 2016 at 08:10

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.