icon lis vertical align icon to top
-
Hi,
When an icon list text spans multiple rows (for example on mobile view), the icon i vertically aligned in the center..
resutling in something like this (the asterix in example represents the icon):
This is an item that spans multiple
* rows and therefore the icon is vertically
aligned in the middleI want it to align at the top, like this:
* This is an item that spans multiple
rows and therefore the icon is vertically
aligned in the middleI played with the css without any luck tried this:
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
padding-left: 5px; }Any suggestions are highly appreciated!
Thanks
- The topic ‘icon lis vertical align icon to top’ is closed to new replies.