Skip to content

Change width for links in Icon List Widget #11945

@fxaviers

Description

@fxaviers

Prerequisites

  • I have searched for similar features requests in both open and closed tickets and cannot find a duplicate.
  • The feature is still missing in the latest stable version of Elementor ( Elementor Pro. )

What problem is your feature request going to solve? Please describe.
By creating a list of icons with a link, the link is added across the width, not just the icon and text.
This generates false clicks, the visitor can click on an area without content but leaves the page.

Describe the solution you'd like
This can be solved with CSS, but if Elementor already creates a style for the links, then it could be changed, without needing a custom code.
image

image

Describe alternatives you've considered

.elementor-widget .elementor-icon-list-item a {
    width: auto;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    request/enhancementIndicates an Enhancement Request for an existing feature.status/mergedIndicates when a Pull Request has been merged to a Release.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions