WooCommerce Store Notice: Responsive CSS Issue
Hey, Having some trouble making my store notice fully visible on mobile after playing with custom CSS. This is what I have currently: .woocommerce-demo-store .demo_store { background-color: #49ab81; width: 100%; height: 13vh; font-size: 2.7vh; text-align: center; position: fixed; bottom: 5%;…