Centre Center dropdown items under each other
Navigate to YOOtheme > SETTINGS > Custom Code > CSS/LESS, and add the following to it:
.uk-navbar-dropdown-nav li > a {
justify-content: center;
}
- Hits: 8
Navigate to YOOtheme > SETTINGS > Custom Code > CSS/LESS, and add the following to it:
.uk-navbar-dropdown-nav li > a {
justify-content: center;
}