Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
boodooplParticipant
Hi,
I’ve fixed the problem by downgrading WP Core from 5.6 to 5.5.3.
boodooplParticipantHi,
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>
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)