benjamin34 Posted April 12 Share Posted April 12 Bonjour, Sans avoir l'impression d'avoir touché a quoi que ce soit, j'ai un gros soucis d'affichage lorsque je passe ma souris sur une image produit. La petite croix qui est sensé être placé en bas à droite de l'image prend tout l'espace. Un fichier à modifier? je suis perdu, je vous remercie pour votre aide précieuse. Link to comment Share on other sites More sharing options...
solsol69 Posted April 12 Share Posted April 12 Bonjour Avez vous une URL ? Link to comment Share on other sites More sharing options...
benjamin34 Posted April 12 Author Share Posted April 12 le site est toujours en cours de création. c'est www.jlt-dressing.com Je vous le met en ligne 24h le temps de regarder Link to comment Share on other sites More sharing options...
juanrojas Posted April 12 Share Posted April 12 (edited) /themes/Blossom/assets/css/theme.css .product-cover .layer .zoom-in { color: #fff; background-color: #888888; position: initial; bottom: 1px; right: 1px; padding: 4px 15px; height: auto; width: auto; font-size: 20px; Jetez un oeil à ces mesures que vous avez en (auto) Cela ne devrait pas être comme ça, mais quelque chose comme 28 px Edited April 12 by juanrojas incomplete (see edit history) Link to comment Share on other sites More sharing options...
benjamin34 Posted April 12 Author Share Posted April 12 Modification effectuée + cache vidée mais c'est toujours pareil de mon coté.... Merci pour votre temps Link to comment Share on other sites More sharing options...
juanrojas Posted April 12 Share Posted April 12 position: absolute Link to comment Share on other sites More sharing options...
benjamin34 Posted April 12 Author Share Posted April 12 2 minutes ago, juanrojas said: position: absolute J'essaie de suite Link to comment Share on other sites More sharing options...
benjamin34 Posted April 12 Author Share Posted April 12 2 minutes ago, benjamin34 said: J'essaie de suite Sans effet non plus. Link to comment Share on other sites More sharing options...
juanrojas Posted April 12 Share Posted April 12 essayez quelque chose comme ça et supprimez les cookies .product-cover .layer .zoom-in { color: #fff; background-color: #888888; position: absolute; bottom: 1px; right: 1px; padding: 1px 20px; height: 48px; width: 70px; font-size: 20px; } Link to comment Share on other sites More sharing options...
benjamin34 Posted April 12 Author Share Posted April 12 C'est réparé!!! Un grand merci Link to comment Share on other sites More sharing options...
Mediacom87 Posted April 13 Share Posted April 13 Il y a 20 heures, juanrojas a dit : /themes/Blossom/assets/css/theme.css On ne modifie JAMAIS les fichiers natifs. Si on veut modifier le CSS d'un thème, on applique ces modifications dans le fichier custom.css du thème, si ce fichier n'existe pas, on le rajoute simplement au même niveau que le fichier theme.css. 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