Thanks for your solution!
Works like charm.
-> Closed
If thats relevant for you guys, i have currently applied the following css. Maybe its a problem from my end?
@media only screen and (max-width:767px) {
.responsive .shop_table .product-quantity {
display: block !important;
max-width: 83px;
}
.responsive .shop_table .product-quantity input[type=”button”] {
display: none !important;
}
}
#top .av_minimal_header #header_main {
border: 1px solid rgba(0,0,0,0.1);
}
@media only screen and (max-width: 767px) {
.logo, .logo a, .logo img {
max-height: 50px!important; }
.responsive .mobile_slide_out .logo img {
margin-left: 0px!important; }}
svg#Layer_1 {
max-width: 100%;
}
body.woocommerce-checkout .woocommerce form .form-row .optional{
display: none ;
}
#top .av-siteloader {
display: none !important;
}
Hello Mike,
that worked like a charm. Thank you so much!
Best wishes, Niclas
/Closed