Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Custom WordPress Theme Re: Custom WordPress Theme

#50884

You have div { position: relative; } in your css which in my experience causes no end of headaches. Removing this solves the problem. You should apply position: relative manually to any divs which absolutely need it.

Best wishes
Dave