Fixed navigation - by jeremy - on WordPress WooCommerce support

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

  • Avatar: tlgv
    jeremy
    Participant
    December 5, 2015 at 00:04

    Hello,

    How can I disabled the fixed menu on desktop but not on mobile/tablet?

    Thanks!

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 5, 2015 at 08:13

    Hello,

    Try to add the following code in Theme Options-Custom CSS-Global Custom CSS.

    .fixed-header-area {
    display:none;
    }

    and this code to Custom CSS for tablet, Custom CSS for mobile landscape and Custom CSS for mobile

    .fixed-header-area {
    display:block;
    }

    Regards,
    Robert Hall.

  • Viewing 2 results - 1 through 2 (of 2 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.