vendugeek Posted May 18, 2015 Share Posted May 18, 2015 Bonjour, J'ai acheté un menu de PRESTACREA je l'ai installé mais il n'est pas compatible avec le module blockcart voir l'image. Est-ce que vous savez comment placer le déroulant du blockcart au dessus du menu ? Merci Link to comment Share on other sites More sharing options...
Divine Posted May 18, 2015 Share Posted May 18, 2015 Bonjour, Ce n'est pas une question d'incompatibilité, c'est un problème de z-index CSS. Je vous ai dit comment faire via le support Prestashop Addons. Il vous suffit d'appliquer correctement la modification CSS. Link to comment Share on other sites More sharing options...
vendugeek Posted May 18, 2015 Author Share Posted May 18, 2015 (edited) C'est bon le développeur vous-même en l’occurrence m'a aidé voici le code à placer dans le css du module : #header .shopping_cart {position: relative;float: right;padding-top: 50px; z-index:1500;} Edited May 18, 2015 by vendugeek (see edit history) Link to comment Share on other sites More sharing options...
Divine Posted May 18, 2015 Share Posted May 18, 2015 Pour être précis, c'est juste le "z-index:1500;" qu'il faut ajouter. 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