Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Replace Preloader #1350686

    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;
    }

    in reply to: Replace Preloader #1350385
    This reply has been marked as private.
    in reply to: Add a simple border to the Main Menu #1350124

    Hello Mike,

    that worked like a charm. Thank you so much!

    Best wishes, Niclas

    /Closed

Viewing 3 posts - 1 through 3 (of 3 total)