freds83 Posted September 13 Share Posted September 13 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 More sharing options...
Eolia Posted September 13 Share Posted September 13 Je ne sais pas où vous avez mis votre règle mais sur votre site c'est celle-ci qui est appliquée: Link to comment Share on other sites More sharing options...
freds83 Posted September 13 Author Share Posted September 13 Dans le custom CSS Link to comment Share on other sites More sharing options...
freds83 Posted September 13 Author Share Posted September 13 .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 More sharing options...
freds83 Posted September 13 Author Share Posted September 13 Problème a moitié résolu ,le logo payplug apparait , paypal non. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now