list icon vertical alignment
-
Hello,
I’m facing this issue with the list icon alignment which doesn’t seem to work.
What can I do to have it on the start of the sentence instead of the middle?
Attachments:
You must be
logged in to view attached files.
Hello,
This is the default builder functionality. WoodMart does not influence that and has no option to change that.
If you have any questions please feel free to contact us.
Best Regards
What do you mean? It is your list element!
Attachments:
You must be
logged in to view attached files.
.list-icon, .wd-list > li > img, .wd-list picture {
flex: 0 0 auto;
margin-right: 10px;
vertical-align: middle;
text-align: center;
transition: inherit;
}
Attachments:
You must be
logged in to view attached files.
Hello,
The builder chart has a few list widgets and I could not detect which one by the screen. WoodMart list widget is based on the default Elementor functionality. Have you solved the issue? Please provide the page URL if you have not.
Best Regards
No I haven’t solved the issue. Is there a solution?
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
This fixed the issue! Thank you soooooo much!!!
You are welcome!
Wish you a wonderful day!
The topic ‘list icon vertical alignment’ is closed to new replies.