• Resolved Anonymous User

    (@anonymized-12178158)


    Hello ;

    Please, can you modify the mobile version ;
    Because there is an overlap between the button and the price ;
    An example is attached : https://ibb.co/JcpKhs5
    A proposed modification : https://ibb.co/wB0sqDG

    Cordialy.

    • This topic was modified 4 years, 3 months ago by Anonymous User.
    • This topic was modified 4 years, 3 months ago by Anonymous User.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Solution Box

    (@solbox)

    Hi @larbisamir,

    Please add the following code in your Theme customizer CSS. It will fix style issue on mobile.

    @media screen and (max-width: 768px) {
        .wsatc-stick-cart-wrapper .product-title{
            font-size: 14px;
            line-height: 17px;
        }
        .wsatc-stick-cart-wrapper del,
        .wsatc-stick-cart-wrapper ins {
        font-size: 14px;
       }
    }
    
    @media screen and ( max-width: 500px ){
        
    .wsatc-stick-cart-wrapper .container{
        display: block;  
    }
    .wsatc-stick-cart-wrapper .wrap-product-content {
        width: 100%;
    }
    .wsatc-stick-cart-wrapper .product-title{
        margin-right: 5px;
    
    }
    .wsatc-stick-cart-wrapper del,
    .wsatc-stick-cart-wrapper ins {
        font-size: 12px;
    }
    .button-sticky-add-to-cart {
        display: block !important;
    }
    }

    Let me know if it works for you.

    • This reply was modified 4 years, 3 months ago by Solution Box.
    Thread Starter Anonymous User

    (@anonymized-12178158)

    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile responsive’ is closed to new replies.