Hello,
I use ARI Ext Menu on my website (
archersdevillebon.fr). It is really great.
But, when i am on a smartphone, the menu looks like that :
It is not really "nice".
Is there a way to :
- add missing borders on the right ?
- add some margin between rows ?
- center the menu ?
Thanks !
K.
PS :
Looking to this forum, i already use these CSS classes to center the menu on desktop page and correct the display of submenu on mobile :
Code: |
.ux-menu-container {
text-align:center;
line-height: 10px;
vertical-align: middle;
}
.ux-menu {
display:inline-block;
}
UL.ux-menu-sub {
z-index: 20001 !important;
margin-top: -1px;
}
|