problem with editing display.

Permalink
Hi, I'm having a strange issue in which the shaded overlay that appears when you hover over a block, is off set.

I have attached an image below to help understand what is happening.

This is my own theme, not one I have downloaded.

Many thanks.

1 Attachment

 
Remo replied on at Permalink Best Answer Reply
Remo
that's a bit difficult without any code..

I'd start by removing certain parts from the css to get closer to the one rule causing the problem, but that's more or less everything I can tell you without being able to look at the code myself!
mocochoco replied on at Permalink Reply
Hi Remo,

Thanks for your reply. Are you implying that a custom selector I have used in my CSS is clashing with one of concrete5's default ones?
Remo replied on at Permalink Reply
Remo
it could be an add-on as well, but yes, that seems to be the most likely reason for this problem.

it also takes very little time to check that, just remove half of the css or even the whole css and see what happens..
mocochoco replied on at Permalink Reply
Thanks a lot.

Well it's sorted now. It was all because I had a "position:relative" in the body tag.