- POWER Help Center
- Modules
- Module Layouts
Why are the icons not centering in the Comparison Table and how do I fix it?
There is a small bug with the alignment of the icons in the comparison table that can be fixed with a hotfix until a permanent fix is released
Please add this to your child.css via Design Tools:
.pwr--align-c .pwr-comparison-table__icon {
margin: 0 auto;
}
If adding to a single page, the style tags need to be included.