rowefx
rowefx

Reputation: 265

Firefox slider issue

I have been making a little holiday website and I have been modifying an existing word press theme. However, the website looks fine in Chrome but when I went to check it in Firefox, ouch! I have no idea what happened.

http://rita.adsa.co.uk/

Could someone please point me in the right direction? It's baffling my mind!

Best wishes!

Upvotes: 0

Views: 76

Answers (2)

Rohit Azad Malik
Rohit Azad Malik

Reputation: 32162

Define clear both of your #header .smooth_slider

As like this

#header .smooth_slider{
clear:both;
}

Result is

enter image description here

Upvotes: 2

simoncereska
simoncereska

Reputation: 3043

add clear: both to a slider element :)

Upvotes: 2

Related Questions