Resonsive Fixed Navigation - by gurhan - on WordPress WooCommerce support

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

  • Avatar: gurhan
    gurhan
    Participant
    August 21, 2015 at 05:11

    I added the following code to Global Custom CSS to widen the fixed navigation, and it worked fine on the desktop and laptop.

    However it keeps staying open in the smart phones, and creating problems.

    .fixed-header-area .collapse {
        display: table-cell !important;
        width: 70%;
    }

    Please let me know how I can widen the Fixed Navigation without messing up the responsive functionality.

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 21, 2015 at 07:09

    Hello,

    Try to use the following code in Global Custom CSS.

    .fixed-header-area .collapse {
        display: table-cell!important;
        padding-left: 170px;
    }

    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.