- Acme Themes

Best Premium and Free WordPress Themes Forums Medical Circle Feature Section Slider visible only in Chrome Reply To: Feature Section Slider visible only in Chrome

#91270
boodoopl
Participant

Hi,

There is a blank empty white space visible between the top header and feature columns section instead of the feature section.

This is the source of blank element:

<div class="image-slider-wrapper home-fullscreen full-screen-bg">
   <div class="acme-slick-carausel">
      ...
   </div>
</div>

And the display CSS option of “acme-slick-carausel” is:

.acme-slick-carausel {
    display: none;
}

Looks like carausel is not initialized correctly in Firefox and it gets stuck in some uninitialized state.

In Chrome page source looks totally different:

<div class="acme-slick-carausel slick-initialized slick-slider" style="display: block;">
...
</div>