この水平リストのドロップダウン メニューを中央に配置できませんでした。float left を使用しているため、すべての css を作り直す必要がありますか?
リストの位置に関連するすべてのコードを次に示します。または、ここをクリックしてライブで表示する
.megamenu {
margin:auto;
position:absolute;
margin:0;
width:100%;
font-size:1.182em;
list-style:none;
padding:0px;
line-height:38px;
font-weight: bold;
display:block;
list-style:none;
border-right: none;
top: -1px;
list-style-type:none;
list-style-position:inside;
.megamenu > li {
display:inline;
border:none;
margin:0;
float:left;
padding: 0px 0 0px 30px;
-webkit-transition: background-color 0.4s ease-out;
-moz-transition: background-color 0.4s ease-out;
-o-transition: background-color 0.4s ease-out;
-ms-transition: background-color 0.4s ease-out;
border-right: none;
transition: background-color 0.4s ease-out;
}
どんな助けでも大歓迎です