List icon to be placed at the top of text
-
Icon to be shown at the top of text rather than in the middle.
Attachments:
You must be
logged in to view attached files.
Hello,
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-list ul li {
display: block;
}
You will get the result as shown: http://prntscr.com/n1hqxo
If you want icons on the left/right, add this code as well:
body .woodmart-list .list-icon {
text-align: left;
}
This CSS may influence other lists if such happens to add a class to a column or the element and I will provide more narrow CSS.
Best Regards
Hi sorry, I meant still to the left – but at the top left
Hello,
Please replace all the code with this one:
body .woodmart-list ul li {
align-items: flex-start;
}
Best regards