aligns dropdown menu for user in nav

This commit is contained in:
Godfrey M 2024-04-03 10:41:50 -07:00
parent df95447ea4
commit 5f7f4c9b91

View file

@ -688,6 +688,12 @@ th.css-accessory > .th-inner::before
.sidebar-menu {
margin-top:100px
}
.navbar-custom-menu > .navbar-nav > li.dropdown.user.user-menu {
float:right;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
margin-right:-39px;
}
}
@media screen and (max-width: 1268px) and (min-width: 912px){