olivier Posted November 18, 2022 Share Posted November 18, 2022 (edited) Bonsoir, je cherche a reduire l'écart entre le menu et le sub-menu. Si quelqu'un sait où intervenir suis preneur. Et est-il possible de faire en sorte que les sous catégories des sous catégories apparaissent dans une nouvelle fenêtre et non pas en dessous? Edited November 18, 2022 by olivier (see edit history) Link to comment Share on other sites More sharing options...
Mediacom87 Posted November 18, 2022 Share Posted November 18, 2022 Bonjour, En communiquant l'url du site pour analyser le css du site et donc corriger ce css. Link to comment Share on other sites More sharing options...
olivier Posted November 19, 2022 Author Share Posted November 19, 2022 https://abcaxess.fr/ Link to comment Share on other sites More sharing options...
olivier Posted November 21, 2022 Author Share Posted November 21, 2022 Voila ce que j'ai rajouter dans le custom css: .top-menu .sub-menu { box-shadow: 2px 1px 11px 2px rgba(0,0,0,.1); border: none; margin-left: .9375rem; width: inherit; min-width: inherit; z-index: 18; position: absolute; } #header .menu, #header .menu>ul>li { display: inline-block; position: relative; } .top-menu .sub-menu ul[data-depth="1"]>li { float: left; margin: 0 1.25rem; clear: both; et dans le header tpl: <div class="header-top"> <div class="container1"> <div class="row"> <div class="col-md-02 hidden-sm-down" id="_desktop_logo"> en gras ce que j'ai modifier normalement: div class="container" <div class="col-md-2 hidden-sm-down" id="_desktop_logo"> Voila si ça peut aider 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