AgassiParis Posted February 26, 2023 Share Posted February 26, 2023 Bonjour, Je suis nouveau sur le forum et je suis un débutant niveau programmation. J'ai un problème avec mon site : https://www.votrecartouche.com En responsive, j'ai un module, pourtant désactivé sur mobile, qui apparaît sur la page d'accueil. Si je scroll la page vers le bas, il arrive que le bug d'affichage disparaît. Je peux modifier le CSS via un CSS personnalisable au niveau du module. Voici le code actuel : .nc_dropdown { clear: both; margin-bottom: 50px } .nc_dropdown .block_content { margin-bottom: 0 } .nc_dropdown .block_content > input, .nc_dropdown_search { margin-top: 10px } .nc_dropdown select, .nc_dropdown.in_column select { margin-left: 0 } .nc_dropdown select, .nc_dropdown .nc_dropdown_select { width: 300px } .nc_dropdown.in_column select, .nc_dropdown.in_column .nc_dropdown_select, .nc_dropdown.in_column .nc_dropdown_container { width: 100% } .nc_dropdown label, .nc_dropdown .nc_dropdown_container { float: left } .nc_dropdown.in_column label, .nc_dropdown.in_column .nc_dropdown_container { float: none } .nc_dropdown label, .nc_dropdown label:first-child { margin: 10px 6px 0 0; line-height: 2.73em } .nc_dropdown.in_column label { margin: 16px 0 0 0; line-height: normal } .nc_dropdown.in_column label:first-child { margin-top: 0 } #header .nc_dropdown { padding: 0 15px } #nc_dropdown_list { padding-bottom: 1em; } #nc_dropdown_list ul { padding-left: 1em; } #nc_dropdown_list li { border-bottom: none!important; } #nc_dropdown_list li.last { margin-bottom: 0; padding-bottom: 0; } .nc_dropdown .nc_dropdown_container { display: table; margin: 10px 10px 0 0 } .nc_dropdown .nc_dropdown_select { display: table-cell } .nc_dropdown .btn { display: table-cell; margin-top: -0.25rem; height: 2.5rem } .nc_dropdown .with_reset { margin-right: 10px } .nc_dropdown_search { float: left; clear: left } .nc_dropdown_search span { display: inline-block; margin-bottom: 10px } #header .header-top .nc_dropdown_search .search-widget { float: none } #header .header-top .nc_dropdown_search .search-widget button { bottom: 0.5rem } Je ne peux pas contacter les développeurs du module car la société n'existe plus. Merci pour votre aide. Cordialement Michael Link to comment Share on other sites More sharing options...
AgassiParis Posted February 28, 2023 Author Share Posted February 28, 2023 (edited) Bonjour, J'ai réussi à corriger le problème d'affichage mais je me retrouve maintenant avec un problème de connexion en responsive. Merci encore pour l'aide que vous pourrez m'apporter. Cordialement Michael PS : Le problème d'affichage semble toujours présent. Si le bug apparaît, je peux me connecter. Si le bug n'apparait pas, problème de connexion. Edited March 1, 2023 by AgassiParis (see edit history) 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