Strange issue in Internet Explorer

Hi, I am having a strange issue with my website when viewed in internet explorer. I have attached a screenshot below and as you can see the main headline seems to be going underneath the image to the right and sitting on top of the image on the left, but these are 3 separate elements so this should not be happening at all.
Do you have any ideas why this could be happening?

Many thanks
Dan
p.s I will leave log in details in a provate note incase you need them

Hi There,

Thank you for writing in, please inspect that 3rd container (where the right image is place), then apply a -1 z-index on it.

Add this on the container’s Element CSS area

$el {
	z-index: -1;
}

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.