• This plugin was working perfectly but now the title text and description no longer center. It displays correctly if i’m editing the page, but once saved does not display correctly. I have cleared all caches and regenerated the ccs under the Elementor tools area. Your help is much appreciated. David.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem here…

    Thread Starter dwatwell

    (@dwatwell)

    After not receiving any feedback whatsoever after several attempts, I was able to fix the issue using the following css in the customizer.

    .elementor-element.elementor-widget-e_image_hover_effects .eihe-box .eihe-caption .eihe-title-cover {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
    text-align: center;
    }
    .elementor-element.elementor-widget-e_image_hover_effects .eihe-box .eihe-caption p {
    font-family: arial, sans-serif;
    font-size: 16px;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    text-align: center;
    }

    dwatwell (@dwatwell) – thank you!

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

The topic ‘Alignment on hover not correct’ is closed to new replies.