Support » Plugin: Elementor Website Builder » Vertical align issue of icon in icon list widget

  • Hi,

    Recently in new version there is a change added called “Fix: Icons are not vertically aligned in Icon List widget” But it is causing issue when list is long. Specifically, more than 2 lines. Middle icons are looking bad. Can you provide feature, so it will not change automatically to middle. It looks weird. Also add option to set icon alignment — top, middle, bottom.

    Thanks,
    Chetan

Viewing 1 replies (of 1 total)
  • Provisional CSS while Elementor fix the bug:

    
    .elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
        align-items: start;
    }
    

    Place it into your theme CSS, it should work.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Vertical align issue of icon in icon list widget’ is closed to new replies.