Having an issue with the Dazzling Theme for Wordpress: When I reload my homepage on Google Chrome (with F5), the content is being hidden by the flexslider element. Upon inspecting the HTML/CSS, I found:
<div class="flexslider" style="height: 0px;">
element.style { height: 0px; }
When I resize the page or click anywhere, I can see:
element.style { height: 538px; }
After investigating, it seems like the solution might be in flexslider.css file. However, I am not sure what exactly needs to be modified.