Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, this isn’t an issue with the slideshow. The problem is that the logo is floated to the left and it is causing the “lab-featured” container that the slideshow is into float as well. Clear the float like this to fix the problem:

    #lab-featured {
        clear: both;
    }
    Thread Starter lsyres

    (@lsyres)

    Thanks so much for the quick response. That fixed it.

    One other quick question. Do you know why the container is above the menu? Is there an easy fix to pop it under the menu?

    Thanks again!

    Plugin Author Josh Leuze

    (@jleuze)

    Ah, you know I think that the reason the float was effecting the widget featured area was because it was a header widget, not a widget in the homepage content area. I’m not sure what the exact labels are for this theme, but take a look at which widgetized area you have it in.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Chrome and Safari fine but not Firefox?’ is closed to new replies.