• Resolved quokka

    (@quokka)


    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 middle

    I 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 middle

    I 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

    • This topic was modified 6 years, 11 months ago by quokka.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ArielK

    (@arielk-1)

    Hi

    We fixed this issue recently, please update to the latest v2.0.8 version and let me know if this solves the problem.

    Thread Starter quokka

    (@quokka)

    Dear Ariel,

    Yes indeed it did fix the problem.
    Thought I was running last version but next time I’ll double check ??

    Thanks!
    Bas

    • This reply was modified 6 years, 11 months ago by quokka.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘icon lis vertical align icon to top’ is closed to new replies.