Aligned and position Left & right icons for the Price table features #29349
reedock
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe..
Using the price table widget, the items and icons aren't aligned properly. There is no way to align the icons to the text and no possibility to position the icons after the text (on the right)


Screenshots:
Describe the solution you'd like.
Possibility to align the icons with the text and also to be able to choose if icons should be on the left or on the right after the text.
TEMPORARY CSS FIX TO ALIGN ICONS:
.elementor-price-table__feature-inner {
display: flex;
align-items: center; /* Center items vertically /
justify-content: center; / Center items horizontally */
}
Describe alternatives you've considered.
.elementor-price-table__feature-inner {
display: flex;
align-items: center; /* Center items vertically /
justify-content: center; / Center items horizontally */
}
Additional context
No response
Agreement
All reactions