Change size of mobile close icon
Navigate to YOOtheme > SETTINGS > Custom Code and into the field "CSS/LESS" insert the following CSS:
#tm-dialog-mobile .uk-close svg {
width: 30px;
height: auto;
}
Adjust the size according to your requirements.
- Hits: 5