I want move All ul section to left .
it means that ul section (second section of menu
) in this picture Be opened in left
menu instead of right.
please help me.
.cd-dropdown-content,.cd-dropdown-content ul {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
padding-top: 50px;
}
Aucun commentaire:
Enregistrer un commentaire