Hello There,
Thanks for writing in! To make the mobile menu icons bigger and positioned it to the right, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
@media screen and (max-width: 959px){
.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
display: block;
float: right;
font-size: 18px !important;
}
}
We would loved to know if this has work for you. Thank you.