Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reveal cart on mobile when not using Storefront #37

Open
jameskoster opened this issue Feb 9, 2017 · 1 comment
Open

Reveal cart on mobile when not using Storefront #37

jameskoster opened this issue Feb 9, 2017 · 1 comment

Comments

@jameskoster
Copy link
Owner

No description provided.

@JamesJosephFinn
Copy link

JamesJosephFinn commented Aug 21, 2017

I'm happily using storefront, but I'm not using the handheld footer bar, so I'm experimenting having this tab on mobile screens by implementing the following override declaration:

@media (min-width: 400px) {
    .woocommerce-cart-tab-container {
        display: block!important;
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants