Jump to content

Logo paiement


Recommended Posts

Bonjour je rencontre un soucis , les logos de paiement ne s'affiche pas en version mobile (voir la capture)

J'ai pourtant ajouter :

@media (max-width: 1023px) {
    .payplugPaymentOption img {
        display: flex;
    }
}


@media (max-width: 480px) {
    [paypal-mark-container] {
        display: flex;
    }
}

Mais aucun résultat, si maintenant on recharge la page on aperçois les logo qui apparaissent et disparaissent aussi tôt

url du site :https://mistyrose-echidna-510508.hostingersite.com/

Merci a ceux qui prendront le temps de me lire

Passez un excellent Week end

Link to comment
Share on other sites

.user-info .user-block{top:100%;right:0;width:160px;z-index:1030;opacity: 1;}
#shopping-cart .shopping-cart-details{top:100%;right:0;width:280px;z-index:1030;opacity: 1;}
.products .product-block:hover .product-img-alt{opacity:0;}
.menu .menu-specials,.menu .menu-news{color:#fff !important;font:400 1.425rem/1 Lobster,sans-serif;text-shadow:1px 1px 0 rgba(102,102,102,.25);padding:1rem 1rem;}

@media (max-width: 1023px) {
    .payplugPaymentOption img {
        display: flex;
    }
}


@media (max-width: 480px) {
    [paypal-mark-container] {
        display: flex;
    }
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...