Greek Yogurt problem with Power Slider in Firefox

Permalink
Hi, I'm new to concrete5, but it looks very nice so far.

Using the (default) Greek Yoghurt theme, I tried replacing the image at the top with a Power Slider and it works great in IE and Chrome, but in Firefox, the slider is misplaced (too high and to the right), it starts directly after the title of the site and covers the top menu.

 
carli replied on at Permalink Best Answer Reply
Hi Mike,

try to edit style.css in power_slider/css/

.powerSliderShell {
   clear: both;
}


It worked for me.
mikewiering replied on at Permalink Reply
Thanks, that works!