This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Brunos
Hello,
For mobile Panel > Toggle Menu> All Departments
I would like to align all texts to left and align icons left before text (with a little space between).
Please see image:
https://prnt.sc/bX_UGdNLv6UI
Hello,
Try to add the next code in Theme Options > Theme custom CSS > Global:
.et-mobile-panel .et-content_toggle .et-mini-content .menu li a {
display: flex;
flex-direction: row;
}
.et-mobile-panel .et-content_toggle .et-mini-content .menu li a {
flex-direction: row-reverse;
justify-content: start;
}
.et-mobile-panel .et-content_toggle .et-mini-content .menu li a img {
margin-right: 10px;
}
Regards
Thank you! ???
The issue related to '‘Mobile Toggle Menu / All Departments – text and icon alignment’' has been successfully resolved, and the topic is now closed for further responses