2016-09-17 3 views
0

Ich mag würde mein Untermenü von horizontal zu vertikal ändern zu können, lassen Sie es mich wissen, wie das möglich ist ...ändern Untermenü Position

Meine li ist:

position: relative; 
text-align: center; 
display: table-cell; 

und ul ist :

position: absolute; 
top: 95%; 
left: 0; 
z-index: 1000; 
display: none; 
float: left; 
min-width: 160px; 
padding: 5px 0; 
margin: 2px 0 0; 
list-style: none; 

Antwort

0

Try-Wechsel:

display: table-cell; 

bis

display: block 

Dies sollte es tun. Stellen Sie sicher, dass Sie Ihren Joomla- und Browser-Cache löschen, wenn Sie dies tun.