Support » Plugin: Slate Admin Theme » Nice Theme, doesn’t seem to play with Woocommerce

  • Hi

    I love this theme, but I have a problem with it not quite working with WooCommerce. The WC breadcrumbs at the top are not quite showing and the whole admin menu scrolls when you scroll a page in WC.

    Any ideas?

    Thx

    Ben

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter bencox

    (@bencox)

    Use a plugin that allows you to add css to your WP backend (such as White Label CMS) or add a snippet to your functions and add the following CSS:

    .woocommerce-layout__header {
        top: 61px;
    }

    That will sort out your top bar being covered slightly.

    • This reply was modified 3 years, 5 months ago by flatsphere. Reason: Changed from 'inherit' to fixed position
    Thread Starter bencox

    (@bencox)

    @flatsphere Thanks for the reply. That has fixed the top bar problem but the main left hand menu still scrolls all the way up when I am using WooCommerce. 🙁

    Hey @bencox, that’s a trickier one as you need to overwrite multiple styles to undo the position:fixed nature of the whole sidebar.

    I’ll have a look when I have a moment and see if I can patch the styles and paste them here.

    Thread Starter bencox

    (@bencox)

    @flatsphere Thank you. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Nice Theme, doesn’t seem to play with Woocommerce’ is closed to new replies.