• Resolved TamerDesigns

    (@dribgib)


    Your latest Elementor update, 3.0.8 – broken styling for all social media widgets.

    Here’s a boiler plate fix for anyone using inline social icons:

    .elementor-social-icons-wrapper.elementor-grid a i, .elementor-social-icons-wrapper.elementor-grid a {
    margin: 0!important;
    height: 40px;
    display: flex!important;
    align-items: center;
    width:40px;
    justify-content: center;
    }
    .elementor-social-icons-wrapper.elementor-grid a {
    margin:0 5px!important;
    }
    .elementor-social-icons-wrapper.elementor-grid {
    display: flex!important;
    flex-wrap: nowrap;
    }

    Your updates are feeling rushed and I’m still seeing a TON of CSS issues – I have to rebuild CSS on 150 sites about every other day right now.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sloppy Updates’ is closed to new replies.