Title: Elementor icon align
Last modified: July 27, 2023

---

# Elementor icon align

 *  [stormymondays](https://wordpress.org/support/users/stormymondays/)
 * (@stormymondays)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/elementor-icon-align/)
 * I’m having a problem with the Elementor icon alignment which was mentioned on
   other posts. I tried two suggested CSS fixes on different threads and they didn’t
   fix the problem:
 *     ```wp-block-code
       .elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a{display: flex;align-items: center;}
       ```
   
 *     ```wp-block-code
       .elementor-icon-list-item .mailto-link > span[id^=eeb-]{display:flex;}
       ```
   
 * After some trial and error I came up with a variation of code that does fix the
   error, I just hope it doesn’t have any unintended consequences.
 *     ```wp-block-code
       .elementor-icon-list-item span[id^=eeb-] {display: flex;}
       ```
   
 * So I’m posting to see if anyone can double-check, and in the hopes it’ll help
   somebody else.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [stormymondays](https://wordpress.org/support/users/stormymondays/)
 * (@stormymondays)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/elementor-icon-align/#post-16929527)
 * After some tests, I was missing an alignment, so the final code would be this:
 *     ```wp-block-code
       .elementor-icon-list-item span[id^=eeb-] {
       display: flex; 
       align-items: center;
       }
       ```
   
 * I’d appreciate someone else double checking on this.
 *  Thread Starter [stormymondays](https://wordpress.org/support/users/stormymondays/)
 * (@stormymondays)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/elementor-icon-align/#post-16930302)
 * Well, for some reason `align-items: center` fixes the alignment problem on some
   sites but not on others. I’d like to find a general, bullet-proof solution.
 * In my particular use case I have discovered that enabling the option to parse
   shortcodes fixes the problem, but since it says it might slow down the site, 
   I don’t want to keep it enabled.
 *  [christianowordpress](https://wordpress.org/support/users/christianowordpress/)
 * (@christianowordpress)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/elementor-icon-align/#post-17110979)
 * Thank you, it works also in my case!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Elementor icon align’ is closed to new replies.

 * ![](https://ps.w.org/email-encoder-bundle/assets/icon-256x256.png?rev=2056506)
 * [Email Encoder - Protect Email Addresses and Phone Numbers](https://wordpress.org/plugins/email-encoder-bundle/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-encoder-bundle/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-encoder-bundle/)
 * [Active Topics](https://wordpress.org/support/plugin/email-encoder-bundle/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-encoder-bundle/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-encoder-bundle/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [christianowordpress](https://wordpress.org/support/users/christianowordpress/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/elementor-icon-align/#post-17110979)
 * Status: not resolved