Nevermind, I got it.
In clean-commerce-child => style.css:
.mobile-nav-wrap {
position: relative;
}
.logged-in .mobile-nav-wrap {
top:0;
}
Thank you both for the reply. I’ll try them both.
Yes I did.
install “WooCommerce Stripe Gateway”. Find it on “plug-ins”, select “settings”, find and check “Enable Test Mode”.
Also see: https://wordpress.org/plugins/test-gateway-for-woocommerce/
Thanks for the reply, but I found what I was looking for. it’s
@media screen and (max-width: 600px) {
.nav-menu li a{
font-size:125% !important;
}
}
-
This reply was modified 9 years, 1 month ago by mxyntlptx.