• Hey, congratulations on the plugin.

    However, It’s not working well with new WooCommerce Admin menu. The Aquila admin bar stay over the WooCommerce admin menu.

    Will it be fixed?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter killjack

    (@killjack)

    I fixed it with this Css:

    @media screen and (min-width:783px) {
    .woocommerce-layout__header {
    margin-top: 20px;
    height: 80px;
    padding-top: 20px;
    }
    }

    • This reply was modified 5 years, 4 months ago by killjack.
    Thread Starter killjack

    (@killjack)

    There are also some other errors with WooCommerce… Do you intend to update this great plugin?

    I fixed it by adding a top margin of 33px CSS in style.css

    .woocommerce-layout__header {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    padding: 0;
    height: 56px;
    position: fixed;
    width: 100%;
    top: 32px;
    z-index: 1001;
    margin-top:33px; <———–******
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not working well with WooCommerce’ is closed to new replies.