Home Forums WoodMart support forum List item widget

List item widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #370593

    dweb360
    Participant

    Hello
    I have a list but when the item is long (more than 1 line) the icon is centred vertically, how to have it at the top of the first line?

    Thank you for your help

    Attachments:
    You must be logged in to view attached files.
    #370720

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    position: absolute;
    top: 5px;
    margin-left: -15px;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)