I did find forum posts asking for same thing… like: https://www.8theme.com/topic/shop-page-layout-on-mobile-is-not-stacking-elements/
But pasting that global CSS in did not seem to do the trick.
I am looking for solution to get my Shop Page Layout on Mobile to show a SINGLE COLUMN of stacked products (not double column as it currently is functioning).
Have there been any improvements to the theme to allow this and I am just missing it? Or do I need custom CSS and i’m just not applying correctly?
Currently i’ve tried in theme custom css > global:
@media only screen and (max-width: 992px) {
.cart-checkout-multistep.cart-checkout-light-header .header-wrapper .et_b_header-logo {
display: none;
}
}
Currently i’ve tried in theme custom css > Tablet and Mobile:
.products-list .content-product .quantity-wrapper {
width: 100% !important;
justify-content: center;
}
Thank you in advance for assistance.