Home › Forums › WoodMart support forum › list icon vertical alignment › Reply To: list icon vertical alignment
August 29, 2023 at 3:23 pm
#491957
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-list li {
align-items: flex-start;
}
body .wd-list li .list-icon {
margin-top: .2em;
}
Best Regards